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 | 烝?肄??? | 1110000001111110001111111110001111100101001111110011111100111111 | e07e3fe3e53f3f3f |
EUC-JP | 烝?肄??? | 1101111111011111001111111110011011100111001111110011111100111111 | dfdf3fe6e73f3f3f |
UTF-8 | 烝렱肄펨렦렣 | 111001111000001110011101111010111010000010110001111010001000001010000100111011011000111010101000111010111010000010100110111010111010000010100011 | e7839deba0b1e88284ed8ea8eba0a6eba0a3 |
UHC | 烝렱肄펨렦렣 | 111100011111011010001110101111101110110010111101110001101110100010001110101101011000111010110100 | f1f68ebeecbdc6e88eb58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)