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 | 嚥??臾? | 10011010100010110011111100111111111001000110101100111111 | 9a8b3f3fe46b3f |
EUC-JP | 嚥??臾? | 11010011111010110011111100111111111001111100110000111111 | d3eb3f3fe7cc3f |
UTF-8 | 嚥싢뫒臾쯆 | 111001011001101010100101111011001000101110100010111010111010101110010010111010001000011110111110111011001010111110000110 | e59aa5ec8ba2ebab92e887beecaf86 |
UHC | 嚥싢뫒臾쯆 | 11100110101111111001101011100010100100011011010011101011101011001010100101000010 | e6bf9ae291b4ebaca942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)