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 | ??C????B | 0011111100111111010000110011111100111111001111110011111101000010 | 3f3f433f3f3f3f42 |
SJIS-WIN | テシCテ。テ冒B | 110000111011110001000011110000111010000111000011100101100110000001000010 | c3bc43c3a1c3966042 |
EUC-JP | テシCテ。テ冒B | 1000111011000011100011101011110001000011100011101100001110001110101000011000111011000011110010111100000101000010 | 8ec38ebc438ec38ea18ec3cbc142 |
UTF-8 | テシCテ。テ冒B | 1110111110111110100000111110111110111101101111000100001111101111101111101000001111101111101111011010000111101111101111101000001111100101100001101001001001000010 | efbe83efbdbc43efbe83efbda1efbe83e5869242 |
UHC | ??C???冒B | 001111110011111101000011001111110011111100111111110110011011001101000010 | 3f3f433f3f3fd9b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)