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 | 亨?? | 10001011100111000011111100111111 | 8b9c3f3f |
EUC-JP | 亨?? | 10110101111111000011111100111111 | b5fc3f3f |
UTF-8 | 亨썽눈 | 111001001011101010101000111011001000110110111101111010111000100010001000 | e4baa8ec8dbdeb8888 |
UHC | 亨썽눈 | 111110101111101110111101111010011011010010101011 | fafbbde9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)