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 | 申??蜃 | 100100000101110000111111001111111110010110000111 | 905c3f3fe587 |
EUC-JP | 申??蜃 | 101111111011110100111111001111111110100111100111 | bfbd3f3fe9e7 |
UTF-8 | 申뚦궦蜃 | 111001111001010010110011111010111001101010100110111010101011011010100110111010001001110010000011 | e794b3eb9aa6eab6a6e89c83 |
UHC | 申뚦궦蜃 | 1110001111101001100011001110010110000010101110001110001111110001 | e3e98ce582b8e3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)