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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跛礼昇跋ク迪 | 1110011011101010100101111110011110001111101110001110011011101011101110001110011110001100 | e6ea97e78fb8e6ebb8e78c |
EUC-JP | 跛礼昇跋ク迪 | 111011001110110011001110111010011011111010111010111011001110110110001110101110001110110111101100 | ececcee9bebaeced8eb8edec |
UTF-8 | 跛礼昇跋ク迪 | 111010001011011110011011111001111010010010111100111001101001100010000111111010001011011110001011111011111011110110111000111010001011111110101010 | e8b79be7a4bce69887e8b78befbdb8e8bfaa |
UHC | 跛?昇跋?迪 | 11110111111101010011111111100011101100001101101110100010001111111110111011101000 | f7f53fe3b0dba23feee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)