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 | 鴣豎鬣溽 | 1110100111110011111001101011000111101001101001011001111111100111 | e9f3e6b1e9a59fe7 |
EUC-JP | 鴣豎鬣溽 | 1111001011110101111011001011001111110010101001111101111011101001 | f2f5ecb3f2a7dee9 |
UTF-8 | 鴣豎鬣溽 | 111010011011010010100011111010001011000110001110111010011010110010100011111001101011101010111101 | e9b4a3e8b18ee9aca3e6babd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)