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 | 1001111110111001001111110011111101001000 | 9fb93f3f48 |
EUC-JP | 淹??H | 1101111010111011001111110011111101001000 | debb3f3f48 |
UTF-8 | 淹쎈젶H | 11100110101101111011100111101100100011101000100011101100101000001011011001001000 | e6b7b9ec8e88eca0b648 |
UHC | 淹쎈젶H | 11100101111101001011110111101011101000001010101001001000 | e5f4bdeba0aa48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)