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 | 霄ォ蟯ヲ | 111010001011101010101011111001011011001010100110 | e8baabe5b2a6 |
EUC-JP | 霄ォ蟯ヲ | 1111000010111100100011101010101111101010101101001000111010100110 | f0bc8eabeab48ea6 |
UTF-8 | 霄ォ蟯ヲ | 111010011001110010000100111011111011110110101011111010001001111110101111111011111011110110100110 | e99c84efbdabe89fafefbda6 |
UHC | ??蟯? | 0011111100111111111010011010100000111111 | 3f3fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)