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 | 烝?雋??? | 1110000001111110001111111110100010110010001111110011111100111111 | e07e3fe8b23f3f3f |
EUC-JP | 烝?雋??? | 1101111111011111001111111111000010110100001111110011111100111111 | dfdf3ff0b43f3f3f |
UTF-8 | 烝렱雋비렰렟 | 111001111000001110011101111010111010000010110001111010011001101110001011111010111011100110000100111010111010000010110000111010111010000010011111 | e7839deba0b1e99b8bebb984eba0b0eba09f |
UHC | 烝렱雋비렰렟 | 111100011111011010001110101111101111000111100110101110101111000110001110101111011000111010110000 | f1f68ebef1e6baf18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)