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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?咀湘G | 001111111001100111110000100011111100001101000111 | 3f99f08fc347 |
EUC-JP | ?咀湘G | 001111111101001011110010101111101100010101000111 | 3fd2f2bec547 |
UTF-8 | 쒜咀湘G | 11101100100100101001110011100101100100101000000011100110101110011001100001000111 | ec929ce59280e6b99847 |
UHC | 쒜咀湘G | 10111110101011101110111010111010110111111100111101000111 | beaeeebadfcf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)