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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 佃伎?^ | 100100101100111110001010111010100011111101011110 | 92cf8aea3f5e |
EUC-JP | 佃伎?^ | 110001001101000110110100111011000011111101011110 | c4d1b4ec3f5e |
UTF-8 | 佃伎㎮^ | 11100100101111011000001111100100101111001000111011100011100011101010111001011110 | e4bd83e4bc8ee38eae5e |
UHC | 佃伎㎮^ | 11101110111011001101000011101011101001111110001001011110 | eeecd0eba7e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)