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 | 暎?塑暎 | 10011101111100110011111110010001010110011001110111110011 | 9df33f91599df3 |
EUC-JP | 暎?塑暎 | 11011010111101010011111111000001101110101101101011110101 | daf53fc1badaf5 |
UTF-8 | 暎븼塑暎 | 111001101001101010001110111010111011100010111100111001011010000110010001111001101001101010001110 | e69a8eebb8bce5a191e69a8e |
UHC | 暎븼塑暎 | 1110011110110010100101011010010111100001101100011110011110110010 | e7b295a5e1b1e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)