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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???腎?ф | 0011111100111111001111111001000001110100001111111000010010000110 | 3f3f3f90743f8486 |
EUC-JP | ???腎?ф | 0011111100111111001111111011111111010101001111111010011111100110 | 3f3f3fbfd53fa7e6 |
UTF-8 | 쒔롉뤎腎ㅎф | 1110110010010010100101001110101110100001100010011110101110100100100011101110100010000101100011101110001110000101100011101101000110000100 | ec9294eba189eba48ee8858ee3858ed184 |
UHC | 쒔롉뤎腎ㅎф | 101111101010110110001110110011111000111110111110111000111110110010100100101111101010110011100110 | bead8ecf8fbee3eca4beace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)