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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 旺?袖? | 100010011010000000111111100100011011001100111111 | 89a03f91b33f |
EUC-JP | 旺?袖? | 101100101010001000111111110000101011010100111111 | b2a23fc2b53f |
UTF-8 | 旺렯袖롈 | 111001101001011110111010111010111010000010101111111010001010001010010110111010111010000110001000 | e697baeba0afe8a296eba188 |
UHC | 旺렯袖롈 | 1110100011011010100011101011110011100010110000001000111011001110 | e8da8ebce2c08ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)