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 | 腋逸醍 | 111000111111110010001000111011011001000111100111 | e3fc88ed91e7 |
EUC-JP | 腋逸醍 | 111001101111111010110000111011111100001011101001 | e6feb0efc2e9 |
UTF-8 | 腋逸醍 | 111010001000010110001011111010011000000010111000111010011000011010001101 | e8858be980b8e9868d |
UHC | 腋逸醍 | 111001001111110111101100111011111111000010110101 | e4fdeceff0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)