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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???揖?^ | 00111111001111110011111110010111010010110011111101011110 | 3f3f3f974b3f5e |
EUC-JP | ???揖?^ | 00111111001111110011111111001101101011000011111101011110 | 3f3f3fcdac3f5e |
UTF-8 | 說뺣뙋揖늓^ | 11101111101001101010000111101011101110101010001111101011100110011000101111100110100011111001011011101011100010101001001101011110 | efa6a1ebbaa3eb998be68f96eb8a935e |
UHC | 說뺣뙋揖늓^ | 1110011011110010100101011110101110001100100100001110101111100111100010000110001101011110 | e6f295eb8c90ebe788635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)