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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竪形束 | 100100100100011110001100011000001001000110101001 | 92478c6091a9 |
EUC-JP | 竪形束 | 110000111010100010110111110000011100001010101011 | c3a8b7c1c2ab |
UTF-8 | 竪形束 | 111001111010101110101010111001011011110110100010111001101001110110011111 | e7abaae5bda2e69d9f |
UHC | 竪形束 | 111000101011010111111011101000011110000111010110 | e2b5fba1e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)