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 | ????E] | 001111110011111100111111001111110100010101011101 | 3f3f3f3f455d |
SJIS-WIN | 娼ヘ憘ミE] | 1000111110101001110011011111101011000110110100000100010101011101 | 8fa9cdfac6d0455d |
EUC-JP | 娼ヘ憘ミE] | 1011111010101011100011101100110110001111101111101110010010001110110100000100010101011101 | beab8ecd8fbee48ed0455d |
UTF-8 | 娼ヘ憘ミE] | 1110010110101000101111001110111110111110100011011110011010000110100110001110111110111110100100000100010101011101 | e5a8bcefbe8de68698efbe90455d |
UHC | 娼?憘?E] | 1111001111011110001111111111110111110011001111110100010101011101 | f3de3ffdf33f455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)