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 | 奬??帳 | 100110101111101100111111001111111001001010100000 | 9afb3f3f92a0 |
EUC-JP | 奬??帳 | 110101001111110100111111001111111100010010100010 | d4fd3f3fc4a2 |
UTF-8 | 奬면깡帳 | 111001011010010110101100111010111010100110110100111010101011100110100001111001011011100010110011 | e5a5aceba9b4eab9a1e5b8b3 |
UHC | 奬면깡帳 | 1110110111100001101110001110100110110001111110001110110111100011 | ede1b8e9b1f8ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)