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 | 躊稈笳 | 111001110101001111100010011000101110001010010111 | e753e262e297 |
EUC-JP | 躊稈笳 | 111011011011010011100011110000111110001111110111 | edb4e3c3e3f7 |
UTF-8 | 躊稈笳 | 111010001011101010001010111001111010100010001000111001111010110010110011 | e8ba8ae7a888e7acb3 |
UHC | 躊稈? | 1111000111001100110010101101100100111111 | f1cccad93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)