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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??璹???^ | 001111110011111110001111110011001110011100111111001111110011111101011110 | 3f3f8fcce73f3f3f5e |
UTF-8 | 뮔뵋璹뮔뵋묲^ | 11101011101011101001010011101011101101011000101111100111100100101011100111101011101011101001010011101011101101011000101111101011101011001011001001011110 | ebae94ebb58be792b9ebae94ebb58bebacb25e |
UHC | 뮔뵋璹뮔뵋묲^ | 10010010101000001001010010001111111000101101101110010010101000001001010010001111100100100100100101011110 | 92a0948fe2db92a0948f92495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)