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 | 驕ス蝨ュ | 111010011000000110111101111001011001110010101101 | e981bde59cad |
EUC-JP | 驕ス蝨ュ | 1111000111100001100011101011110111101001111111001000111010101101 | f1e18ebde9fc8ead |
UTF-8 | 驕ス蝨ュ | 111010011010100110010101111011111011110110111101111010001001110110101000111011111011110110101101 | e9a995efbdbde89da8efbdad |
UHC | 驕?蝨? | 110011101111011000111111111000111010010000111111 | cef63fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)