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 | 葆常愁 | 111001001101110010001111111011011000111101000100 | e4dc8fed8f44 |
EUC-JP | 葆常愁 | 111010001101111010111110111011111011110110100101 | e8debeefbda5 |
UTF-8 | 葆常愁 | 111010001001000110000110111001011011100010111000111001101000010010000001 | e89186e5b8b8e68481 |
UHC | ?常愁 | 0011111111011111110010001110000111111110 | 3fdfc8e1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)