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 | 雜コ謫ヲ驛「 | 111010001011011010111010111001101001001110100110111010011000001110100010 | e8b6bae693a6e983a2 |
EUC-JP | 雜コ謫ヲ驛「 | 111100001011100010001110101110101110101111110011100011101010011011110001111000111000111010100010 | f0b88ebaebf38ea6f1e38ea2 |
UTF-8 | 雜コ謫ヲ驛「 | 111010011001101110011100111011111011110110111010111010001010110010101011111011111011110110100110111010011010100110011011111011111011110110100010 | e99b9cefbdbae8acabefbda6e9a99befbda2 |
UHC | 雜?謫?驛? | 111011011101101000111111111011101110001100111111111001101011111000111111 | edda3feee33fe6be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)