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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躍????? | 10010110111101000011111100111111001111110011111100111111 | 96f43f3f3f3f3f |
EUC-JP | 躍??靷?? | 110011001111011000111111001111111000111111100111101111010011111100111111 | ccf63f3f8fe7bd3f3f |
UTF-8 | 躍녹렰靷뗧뜏 | 111010001011101010001101111010111000010110111001111010111010000010110000111010011001110110110111111010111001011110100111111010111001110010001111 | e8ba8deb85b9eba0b0e99db7eb97a7eb9c8f |
UHC | 躍녹렰靷뗧뜏 | 111001011011100010110011111011001000111010111101111011001110011010001011111001111000110110010010 | e5b8b3ec8ebdece68be78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)