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 | 艶l? | 1000100110010000100000101000110000111111 | 8990828c3f |
EUC-JP | 艶l? | 1011000111110000101000111110110000111111 | b1f0a3ec3f |
UTF-8 | 艶l냄 | 111010001000100110110110111011111011110110001100111010111000001110000100 | e889b6efbd8ceb8384 |
UHC | 艶l냄 | 111001101111110110100011111011001011001110111111 | e6fda3ecb3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)