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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錞?申 | 1111101111011011001111111001000001011100 | fbdb3f905c |
EUC-JP | 錞?申 | 100011111110010011011100001111111011111110111101 | 8fe4dc3fbfbd |
UTF-8 | 錞렡申 | 111010011000110010011110111010111010000010100001111001111001010010110011 | e98c9eeba0a1e794b3 |
UHC | 錞렡申 | 111000101111011010001110101100101110001111101001 | e2f68eb2e3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)