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 | 夜??荏? | 10010110111010010011111100111111100010010110000000111111 | 96e93f3f89603f |
EUC-JP | 夜??荏? | 11001100111010110011111100111111101100011100000100111111 | cceb3f3fb1c13f |
UTF-8 | 夜쏅톪荏뷴 | 111001011010010010011100111011001000111110000101111011011000011010101010111010001000110110001111111010111011011110110100 | e5a49cec8f85ed86aae88d8febb7b4 |
UHC | 夜쏅톪荏뷴 | 11100101101010001001101111101011101101111000001011101100111110111011101011100101 | e5a89bebb782ecfbbae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)