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 | ??俎苒 | 001111110011111110011000110101111110010010010010 | 3f3f98d7e492 |
EUC-JP | ??俎苒 | 001111110011111111010000110110011110011111110010 | 3f3fd0d9e7f2 |
UTF-8 | 뤰뎔俎苒 | 111010111010010010110000111010111000111010010100111001001011111110001110111010001000101110010010 | eba4b0eb8e94e4bf8ee88b92 |
UHC | 뤰뎔俎苒 | 1000111111011110101101011011000011110000101110111110011011111110 | 8fdeb5b0f0bbe6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)