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 | õÖè×ëÎ | 111101011101011011101000110101111110101111001110 | f5d6e8d7ebce |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | õÖè×ëÎ | 1000111110101011110110001000111110101010110100111000111110101011101100101010000111011111100011111010101110110011100011111010101011000010 | 8fabd88faad38fabb2a1df8fabb38faac2 |
UTF-8 | õÖè×ëÎ | 110000111011010111000011100101101100001110101000110000111001011111000011101010111100001110001110 | c3b5c396c3a8c397c3abc38e |
UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)