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 | 鴪汳妝鮨 | 1110100111110000100111111001001010011011010000101110100110111101 | e9f09f929b42e9bd |
EUC-JP | 鴪汳妝鮨 | 1111001011110010110111011111001011010101101000111111001010111111 | f2f2ddf2d5a3f2bf |
UTF-8 | 鴪汳妝鮨 | 111010011011010010101010111001101011000110110011111001011010011010011101111010011010111010101000 | e9b4aae6b1b3e5a69de9aea8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)