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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狃瘉狃猾B | 111000001011101111100001100010001110000010111011111000001100111101000010 | e0bbe188e0bbe0cf42 |
EUC-JP | 狃瘉狃猾B | 111000001011110111100001111010001110000010111101111000001101000101000010 | e0bde1e8e0bde0d142 |
UTF-8 | 狃瘉狃猾B | 11100111100010111000001111100111100110001000100111100111100010111000001111100111100011001011111001000010 | e78b83e79889e78b83e78cbe42 |
UHC | ???猾B | 001111110011111100111111111111001100001001000010 | 3f3f3ffcc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)