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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??碇ご? | 00111111001111111001001011110100100000101011001000111111 | 3f3f92f482b23f |
EUC-JP | ??碇ご? | 00111111001111111100010011110110101001001011010000111111 | 3f3fc4f6a4b43f |
UTF-8 | ∼룫碇ご룶 | 111000101000100010111100111010111010001110101011111001111010001010000111111000111000000110010100111010111010001110110110 | e288bceba3abe7a287e38194eba3b6 |
UHC | ∼룫碇ご룶 | 10100001101011011000111110100010111011111110110110101010101101001000111110101011 | a1ad8fa2efedaab48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)