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 | ??^??to | 00111111001111110101111000111111001111110111010001101111 | 3f3f5e3f3f746f |
SJIS-WIN | ??^??to | 00111111001111110101111000111111001111110111010001101111 | 3f3f5e3f3f746f |
EUC-JP | ??^??to | 00111111001111110101111000111111001111110111010001101111 | 3f3f5e3f3f746f |
UTF-8 | 횄짜^횄짙to | 111011011001101010000100111011001010011110011100010111101110110110011010100001001110110010100111100110010111010001101111 | ed9a84eca79c5eed9a84eca799746f |
UHC | 횄짜^횄짙to | 1100001110000011110000101010010101011110110000111000001111000010101000110111010001101111 | c383c2a55ec383c2a3746f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)