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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 룵죴㈛룵쨵 | 111010111010001110110101111011001010001110110100111000111000100010011011111010111010001110110101111011001010100010110101 | eba3b5eca3b4e3889beba3b5eca8b5 |
UHC | 룵죴㈛룵쨵 | 10001111101010101010000110001111101010011100110010001111101010101010010010001111 | 8faaa18fa9cc8faaa48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)