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 | 氏??曖?? | 1000111010000001001111110011111110011110010000100011111100111111 | 8e813f3f9e423f3f |
EUC-JP | 氏??曖?? | 1011101111100001001111110011111111011011101000110011111100111111 | bbe13f3fdba33f3f |
UTF-8 | 氏딇뢄曖럮뢏 | 111001101011000010001111111010111001010010000111111010111010001010000100111001101001101110010110111010111001111110101110111010111010001010001111 | e6b08feb9487eba284e69b96eb9faeeba28f |
UHC | 氏딇뢄曖럮뢏 | 111001001010101110001010111011011000111011111110111001001111001010001110100011111000111101001010 | e4ab8aed8efee4f28e8f8f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)