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 | ?篩黴? | 001111111110001010111111111010101000000000111111 | 3fe2bfea803f |
EUC-JP | ?篩黴? | 001111111110010011000001111100111110000000111111 | 3fe4c1f3e03f |
UTF-8 | 寮篩黴뤉 | 111011111010011010111100111001111010111110101001111010011011101110110100111010111010010010001001 | efa6bce7afa9e9bbb4eba489 |
UHC | 寮篩黴뤉 | 1110100011110000110111101110100011011010101111011000111110111001 | e8f0dee8dabd8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)