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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 業??h業? | 1000101111000110001111110011111101101000100010111100011000111111 | 8bc63f3f688bc63f |
EUC-JP | 業??h業? | 1011011011001000001111110011111101101000101101101100100000111111 | b6c83f3f68b6c83f |
UTF-8 | 業딃컪h業딃 | 11100110101001011010110111101011100101001000001111101100101110111010101001101000111001101010010110101101111010111001010010000011 | e6a5adeb9483ecbbaa68e6a5adeb9483 |
UHC | 業딃컪h業딃 | 1110010111110110100010101110100110110000100100100110100011100101111101101000101011101001 | e5f68ae9b09268e5f68ae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)