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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 栽?碇?? | 10001101110011010011111110010010111101000011111100111111 | 8dcd3f92f43f3f |
EUC-JP | 栽?碇?? | 10111010110011110011111111000100111101100011111100111111 | bacf3fc4f63f3f |
UTF-8 | 栽렜碇잰렋 | 111001101010000010111101111010111010000010011100111001111010001010000111111011001001111010110000111010111010000010001011 | e6a0bdeba09ce7a287ec9eb0eba08b |
UHC | 栽렜碇잰렋 | 11101110101010001000111010101110111011111110110111000000111010011000111010100010 | eea88eaeefedc0e98ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)