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 | 襍ヲ鬯壽昏鬯 | 1110100010110101101001101110100110101100100110101110011010001101101010001110100110101100 | e8b5a6e9ac9ae68da8e9ac |
EUC-JP | 襍ヲ鬯壽昏鬯 | 111100001011011110001110101001101111001010101110110101001110100010111010101010101111001010101110 | f0b78ea6f2aed4e8baaaf2ae |
UTF-8 | 襍ヲ鬯壽昏鬯 | 111010001010010110001101111011111011110110100110111010011010110010101111111001011010001110111101111001101001100010001111111010011010110010101111 | e8a58defbda6e9acafe5a3bde6988fe9acaf |
UHC | ???壽昏? | 0011111100111111001111111110000111111000111110111110011100111111 | 3f3f3fe1f8fbe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)