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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 橡?浴H | 100100111100100100111111100101111000000101001000 | 93c93f978148 |
EUC-JP | 橡?浴H | 110001101100101100111111110011011110000101001000 | c6cb3fcde148 |
UTF-8 | 橡잪浴H | 11100110101010011010000111101100100111101010101011100110101101011011010001001000 | e6a9a1ec9eaae6b5b448 |
UHC | 橡잪浴H | 11011111110011101001111111110101111010011011000101001000 | dfce9ff5e9b148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)