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 | 霎懊e | 111010001011111010011100111000111000001010000101 | e8be9ce38285 |
EUC-JP | 霎懊e | 111100001100000011011000111001011010001111100101 | f0c0d8e5a3e5 |
UTF-8 | 霎懊e | 111010011001110010001110111001101000011110001010111011111011110110000101 | e99c8ee6878aefbd85 |
UHC | ?懊e | 0011111111100111111110001010001111100101 | 3fe7f8a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)