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 | ???躍?? | 00111111001111110011111110010110111101000011111100111111 | 3f3f3f96f43f3f |
EUC-JP | 縕??躍?? | 100011111101010011000010001111110011111111001100111101100011111100111111 | 8fd4c23f3fccf63f3f |
UTF-8 | 縕욌젧躍노젷 | 111001111011100010010101111011001001101010001100111011001010000010100111111010001011101010001101111010111000010110111000111011001010000010110111 | e7b895ec9a8ceca0a7e8ba8deb85b8eca0b7 |
UHC | 縕욌젧躍노젷 | 111010001011001010011110111010111010000010011111111001011011100010110011111010111010000010101011 | e8b29eeba09fe5b8b3eba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)