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 | 躊稈湫 | 111001110101001111100010011000101001111111010101 | e753e2629fd5 |
EUC-JP | 躊稈湫 | 111011011011010011100011110000111101111011010111 | edb4e3c3ded7 |
UTF-8 | 躊稈湫 | 111010001011101010001010111001111010100010001000111001101011100110101011 | e8ba8ae7a888e6b9ab |
UHC | 躊稈湫 | 111100011100110011001010110110011111010111010011 | f1cccad9f5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)