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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 禦線禦線B | 100010111001101010010000111111001000101110011010100100001111110001000010 | 8b9a90fc8b9a90fc42 |
EUC-JP | 禦線禦線B | 101101011111101011000000111111101011010111111010110000001111111001000010 | b5fac0feb5fac0fe42 |
UTF-8 | 禦線禦線B | 11100111101001101010011011100111101101111001101011100111101001101010011011100111101101111001101001000010 | e7a6a6e7b79ae7a6a6e7b79a42 |
UHC | 禦線禦線B | 111001011101110111100000110010101110010111011101111000001100101001000010 | e5dde0cae5dde0ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)