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 | 竪奪促 | 100100100100011110010010010001001001000110100011 | 9247924491a3 |
EUC-JP | 竪奪促 | 110000111010100011000011101001011100001010100101 | c3a8c3a5c2a5 |
UTF-8 | 竪奪促 | 111001111010101110101010111001011010010110101010111001001011111110000011 | e7abaae5a5aae4bf83 |
UHC | 竪奪促 | 111000101011010111110111101011001111010110110101 | e2b5f7acf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)