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 | 缺吾ャ | 1110001110011110100011001110000110101100 | e39e8ce1ac |
EUC-JP | 缺吾ャ | 111001011111111010111000111000111000111010101100 | e5feb8e38eac |
UTF-8 | 缺吾ャ | 111001111011110010111010111001011001000010111110111011111011110110101100 | e7bcbae590beefbdac |
UHC | 缺吾? | 1100110011000000111001111110111000111111 | ccc0e7ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)