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 | 慫?栽? | 100111001100111100111111100011011100110100111111 | 9ccf3f8dcd3f |
EUC-JP | 慫?栽? | 110110001101000100111111101110101100111100111111 | d8d13fbacf3f |
UTF-8 | 慫렯栽렱 | 111001101000010110101011111010111010000010101111111001101010000010111101111010111010000010110001 | e685abeba0afe6a0bdeba0b1 |
UHC | 慫렯栽렱 | 1111000011110110100011101011110011101110101010001000111010111110 | f0f68ebceea88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)