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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?雲緝] | 001111111000100101011111111000110110100001011101 | 3f895fe3685d |
EUC-JP | ?雲緝] | 001111111011000111000000111001011100100101011101 | 3fb1c0e5c95d |
UTF-8 | 쒔雲緝] | 11101100100100101001010011101001100110111011001011100111101101111001110101011101 | ec9294e99bb2e7b79d5d |
UHC | 쒔雲緝] | 10111110101011011110101010100011111100101111110101011101 | beadeaa3f2fd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)