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 | ??現? | 0011111100111111100011001011101100111111 | 3f3f8cbb3f |
EUC-JP | ??現? | 0011111100111111101110001011110100111111 | 3f3fb8bd3f |
UTF-8 | 몔얋現몔 | 111010111010101010010100111011001001011010001011111001111000111110111110111010111010101010010100 | ebaa94ec968be78fbeebaa94 |
UHC | 몔얋現몔 | 1001000110000010100111011111100111111010110111101001000110000010 | 91829df9fade9182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)