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 | 蜈?ⅱ | 1110010110000101001111111111101001000001 | e5853ffa41 |
EUC-JP | 蜈?? | 11101001111001010011111100111111 | e9e53f3f |
UTF-8 | 蜈졿ⅱ | 111010001001110010001000111011001010000110111111111000101000010110110001 | e89c88eca1bfe285b1 |
UHC | 蜈졿ⅱ | 111010001010010110100000111001101010010110100010 | e8a5a0e6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)