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 | 雜コ謫ヲ驤ャ | 111010001011011010111010111001101001001110100110111010011000100010101100 | e8b6bae693a6e988ac |
EUC-JP | 雜コ謫ヲ驤ャ | 111100001011100010001110101110101110101111110011100011101010011011110001111010001000111010101100 | f0b88ebaebf38ea6f1e88eac |
UTF-8 | 雜コ謫ヲ驤ャ | 111010011001101110011100111011111011110110111010111010001010110010101011111011111011110110100110111010011010100110100100111011111011110110101100 | e99b9cefbdbae8acabefbda6e9a9a4efbdac |
UHC | 雜?謫??? | 1110110111011010001111111110111011100011001111110011111100111111 | edda3feee33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)