To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??歟?? | 1000100110011010001111110011111110011111011000100011111100111111 | 899a3f3f9f623f3f |
EUC-JP | 凹??歟?? | 1011000111111010001111110011111111011101110000110011111100111111 | b1fa3f3fddc33f3f |
UTF-8 | 凹든탳歟곁쥙 | 111001011000011110111001111010111001001110100000111011011000001110110011111001101010110110011111111010101011001110000001111011001010010110011001 | e587b9eb93a0ed83b3e6ad9feab381eca599 |
UHC | 凹든탳歟곁쥙 | 111010001110101010110101111001111011010110010000111001101010001010110000111001111010001010001110 | e8eab5e7b590e6a2b0e7a28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)