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 | 訒夐岫 | 111110111010001110011010111010011001101110101011 | fba39ae99bab |
EUC-JP | 訒夐岫 | 10001111110111011100100011010100111010111101011010101101 | 8fddc8d4ebd6ad |
UTF-8 | 訒夐岫 | 111010001010100010010010111001011010010010010000111001011011001010101011 | e8a892e5a490e5b2ab |
UHC | ??岫 | 00111111001111111110000111111011 | 3f3fe1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)