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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?刎D?刎D^ | 001111111001100110000110010001000011111110011001100001100100010001011110 | 3f9986443f9986445e |
EUC-JP | ?刎D?刎D^ | 001111111101000111100110010001000011111111010001111001100100010001011110 | 3fd1e6443fd1e6445e |
UTF-8 | 뤒刎D뤒刎D^ | 111010111010010010010010111001011000100010001110010001001110101110100100100100101110010110001000100011100100010001011110 | eba492e5888e44eba492e5888e445e |
UHC | 뤒刎D뤒刎D^ | 1000111111000010110110011111101101000100100011111100001011011001111110110100010001011110 | 8fc2d9fb448fc2d9fb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)