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 | 顏簿脅 | 111010001111100010010101111010111000101110111010 | e8f895eb8bba |
EUC-JP | 顏簿脅 | 111100001111101011001010111011011011011010111100 | f0facaedb6bc |
UTF-8 | 顏簿脅 | 111010011010000110001111111001111011000010111111111010001000010010000101 | e9a18fe7b0bfe88485 |
UHC | ?簿脅 | 0011111111011101101011011111101011110110 | 3fddadfaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)