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 | 湖紗??茁 | 1000110011001110100011101101000100111111001111111111101110010011 | 8cce8ed13f3ffb93 |
EUC-JP | 湖紗??茁 | 101110001101000010111100110100110011111100111111100011111101011111011110 | b8d0bcd33f3f8fd7de |
UTF-8 | 湖紗렖렭茁 | 111001101011100110010110111001111011010010010111111010111010000010010110111010111010000010101101111010001000110010000001 | e6b996e7b497eba096eba0ade88c81 |
UHC | 湖紗렖렭茁 | 11111011110010011101111011101001100011101010101110001110101110101111000111101000 | fbc9dee98eab8ebaf1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)