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 | 涬晟貍咋 | 1111101101000001100111011110111011100110101111001000110111101110 | fb419deee6bc8dee |
EUC-JP | 涬晟貍咋 | 100011111100011111001111110110101111000011101100101111101011101011110000 | 8fc7cfdaf0ecbebaf0 |
UTF-8 | 涬晟貍咋 | 111001101011011010101100111001101001100110011111111010001011001010001101111001011001001010001011 | e6b6ace6999fe8b28de5928b |
UHC | ?晟?? | 0011111111100000111110010011111100111111 | 3fe0f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)