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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?雲緝B | 001111111000100101011111111000110110100001000010 | 3f895fe36842 |
EUC-JP | ?雲緝B | 001111111011000111000000111001011100100101000010 | 3fb1c0e5c942 |
UTF-8 | 쒔雲緝B | 11101100100100101001010011101001100110111011001011100111101101111001110101000010 | ec9294e99bb2e7b79d42 |
UHC | 쒔雲緝B | 10111110101011011110101010100011111100101111110101000010 | beadeaa3f2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)