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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣碁ッ械 | 11101001101001011000110011101001101011111000101001000010 | e9a58ce9af8a42 |
EUC-JP | 鬣碁ッ械 | 1111001010100111101110001110101110001110101011111011001110100011 | f2a7b8eb8eafb3a3 |
UTF-8 | 鬣碁ッ械 | 111010011010110010100011111001111010001010000001111011111011110110101111111001101010001010110000 | e9aca3e7a281efbdafe6a2b0 |
UHC | ?碁?械 | 001111111101000110110011001111111100110011111110 | 3fd1b33fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)