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 | 訒夐岫驪 | 1111101110100011100110101110100110011011101010111110100110001011 | fba39ae99babe98b |
EUC-JP | 訒夐岫驪 | 100011111101110111001000110101001110101111010110101011011111000111101011 | 8fddc8d4ebd6adf1eb |
UTF-8 | 訒夐岫驪 | 111010001010100010010010111001011010010010010000111001011011001010101011111010011010100110101010 | e8a892e5a490e5b2abe9a9aa |
UHC | ??岫驪 | 001111110011111111100001111110111101010111110001 | 3f3fe1fbd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)