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 | ??¤??? | 001111110011111110100100001111110011111100111111 | 3f3fa43f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??¤??? | 0011111100111111100011111010001011110000001111110011111100111111 | 3f3f8fa2f03f3f3f |
UTF-8 | 룶欄¤룴횕㈛ | 1110101110100011101101101110111110100100100111011100001010100100111010111010001110110100111011011001101010010101111000111000100010011011 | eba3b6efa49dc2a4eba3b4ed9a95e3889b |
UHC | 룶欄¤룴횕㈛ | 100011111010101111010001111011011010001010110100100011111010100111000011100011111010100111001100 | 8fabd1eda2b48fa9c38fa9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)