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 | 傭?? | 10010111011000100011111100111111 | 97623f3f |
EUC-JP | 傭?? | 11001101110000110011111100111111 | cdc33f3f |
UTF-8 | 傭⑵닋 | 111001011000001010101101111000101001000110110101111010111000101110001011 | e582ade291b5eb8b8b |
UHC | 傭⑵닋 | 111010011011011010101001111010001000100010010010 | e9b6a9e88892 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)