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 | 懊??暎?? | 1001110011100011001111110011111110011101111100110011111100111111 | 9ce33f3f9df33f3f |
EUC-JP | 懊??暎?? | 1101100011100101001111110011111111011010111101010011111100111111 | d8e53f3fdaf53f3f |
UTF-8 | 懊볥젚暎㏓젾 | 111001101000011110001010111010111011001110100101111011001010000010011010111001101001101010001110111000111000111110010011111011001010000010111110 | e6878aebb3a5eca09ae69a8ee38f93eca0be |
UHC | 懊볥젚暎㏓젾 | 111001111111100010010011111010111010000010010110111001111011001010100111111010111010000010110000 | e7f893eba096e7b2a7eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)