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 | 製????? | 10010000101110110011111100111111001111110011111100111111 | 90bb3f3f3f3f3f |
EUC-JP | 製????? | 11000000101111010011111100111111001111110011111100111111 | c0bd3f3f3f3f3f |
UTF-8 | 製렲李닻렧렱 | 111010001010001110111101111010111010000010110010111011111010011110100001111010111000101110111011111010111010000010100111111010111010000010110001 | e8a3bdeba0b2efa7a1eb8bbbeba0a7eba0b1 |
UHC | 製렲李닻렧렱 | 111100001011001010001110101111111110110010110000101101001110100110001110101101101000111010111110 | f0b28ebfecb0b4e98eb68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)