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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ゴ捲 | 0011111110000011010100111000110010011110 | 3f83538c9e |
EUC-JP | ?ゴ捲 | 0011111110100101101101001011011111111110 | 3fa5b4b7fe |
UTF-8 | 었ゴ捲 | 111011001001011110001000111000111000001010110100111001101000110110110010 | ec9788e382b4e68db2 |
UHC | 었ゴ捲 | 101111101111101010101011101101001100111111101100 | befaabb4cfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)