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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 烈쒐뙒烈쒐뙒^ | 11101111101001101001111111101100100100101001000011101011100110011001001011101111101001101001111111101100100100101001000011101011100110011001001001011110 | efa69fec9290eb9992efa69fec9290eb99925e |
UHC | 烈쒐뙒烈쒐뙒^ | 11100110111011111001110011100111100011001001011111100110111011111001110011100111100011001001011101011110 | e6ef9ce78c97e6ef9ce78c975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)