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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?魄??? | 001111111110100110101110001111110011111100111111 | 3fe9ae3f3f3f |
EUC-JP | ?魄??? | 001111111111001010110000001111110011111100111111 | 3ff2b03f3f3f |
UTF-8 | 렺魄렻렕렺 | 111010111010000010111010111010011010110110000100111010111010000010111011111010111010000010010101111010111010000010111010 | eba0bae9ad84eba0bbeba095eba0ba |
UHC | 렺魄렻렕렺 | 10001110110000101101101111011110100011101100001110001110101010101000111011000010 | 8ec2dbde8ec38eaa8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)