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 | 貉幄鳩 | 111001101011100110011011111010001001010010110101 | e6b99be894b5 |
EUC-JP | 貉幄鳩 | 111011001011101111010110111010101100100010110111 | ecbbd6eac8b7 |
UTF-8 | 貉幄鳩 | 111010001011001010001001111001011011100110000100111010011011001110101001 | e8b289e5b984e9b3a9 |
UHC | ?幄鳩 | 0011111111100100110000011100111111001101 | 3fe4c1cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)