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 | 疫??暎?? | 1000100101110101001111110011111110011101111100110011111100111111 | 89753f3f9df33f3f |
EUC-JP | 疫??暎?? | 1011000111010110001111110011111111011010111101010011111100111111 | b1d63f3fdaf53f3f |
UTF-8 | 疫욌젪暎㏓졁 | 111001111001011010101011111011001001101010001100111011001010000010101010111001101001101010001110111000111000111110010011111011001010000110000001 | e796abec9a8ceca0aae69a8ee38f93eca181 |
UHC | 疫욌젪暎㏓졁 | 111001101011100110011110111010111010000010100010111001111011001010100111111010111010000010110010 | e6b99eeba0a2e7b2a7eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)