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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 蜊廷ー呼ソ] | 111001011000110110010010111011001011000010001100110001001011111101011101 | e58d92ecb08cc4bf5d |
EUC-JP | 蜊廷ー呼ソ] | 1110100111101101110001001110111010001110101100001011100011000110100011101011111101011101 | e9edc4ee8eb0b8c68ebf5d |
UTF-8 | 蜊廷ー呼ソ] | 11101000100111001000101011100101101110111011011111101111101111011011000011100101100100011011110011101111101111011011111101011101 | e89c8ae5bbb7efbdb0e591bcefbdbf5d |
UHC | ?廷?呼?] | 0011111111101111110101010011111111111011101111000011111101011101 | 3fefd53ffbbc3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)