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 | 鬢碁、沓 | 11101001101001001000110011101001101001001000110001000010 | e9a48ce9a48c42 |
EUC-JP | 鬢碁、沓 | 1111001010100110101110001110101110001110101001001011011110100011 | f2a6b8eb8ea4b7a3 |
UTF-8 | 鬢碁、沓 | 111010011010110010100010111001111010001010000001111011111011110110100100111001101011001010010011 | e9aca2e7a281efbda4e6b293 |
UHC | ?碁?沓 | 001111111101000110110011001111111101001111001011 | 3fd1b33fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)