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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 寘識[寘識[^ | 1111101010101001100011101010111101011011111110101010100110001110101011110101101101011110 | faa98eaf5bfaa98eaf5b5e |
EUC-JP | 寘識[寘識[^ | 10001111101110101110000110111100101100010101101110001111101110101110000110111100101100010101101101011110 | 8fbae1bcb15b8fbae1bcb15b5e |
UTF-8 | 寘識[寘識[^ | 111001011010111110011000111010001010110110011000010110111110010110101111100110001110100010101101100110000101101101011110 | e5af98e8ad985be5af98e8ad985b5e |
UHC | ?識[?識[^ | 001111111110001111011011010110110011111111100011110110110101101101011110 | 3fe3db5b3fe3db5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)