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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ゙メ\ | 1101111011010010111100111010100001011100 | ded2f3a85c |
EUC-JP | ゙メ?\ | 100011101101111010001110110100100011111101011100 | 8ede8ed23f5c |
UTF-8 | ゙メ\ | 11101111101111101001111011101111101111101001001011101110100010101001101101011100 | efbe9eefbe92ee8a9b5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)