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 | 艤??綵 | 111001000111111000111111001111111110001101011100 | e47e3f3fe35c |
EUC-JP | 艤??綵 | 111001111101111100111111001111111110010110111101 | e7df3f3fe5bd |
UTF-8 | 艤煉璉綵 | 111010001000100110100100111011111010011010010011111011111010011010010100111001111011011010110101 | e889a4efa693efa694e7b6b5 |
UHC | 艤煉璉綵 | 1110101111111010111001101101011011100110110110011111001111110111 | ebfae6d6e6d9f3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)