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 | 葯?? | 11100100110111100011111100111111 | e4de3f3f |
EUC-JP | 葯?? | 11101000111000000011111100111111 | e8e03f3f |
UTF-8 | 葯⑵뼓 | 111010001001000110101111111000101001000110110101111010111011110010010011 | e891afe291b5ebbc93 |
UHC | 葯⑵뼓 | 111001011011010110101001111010001001011010011011 | e5b5a9e8969b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)