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 | 陞「蜊鈴事 | 111010001001111010100010111001011000110110010111111010011000111010010110 | e89ea2e58d97e98e96 |
EUC-JP | 陞「蜊鈴事 | 11101111111111101000111010100010111010011110110111001110111010111011101111110110 | effe8ea2e9edceebbbf6 |
UTF-8 | 陞「蜊鈴事 | 111010011001100110011110111011111011110110100010111010001001110010001010111010011000100010110100111001001011101010001011 | e9999eefbda2e89c8ae988b4e4ba8b |
UHC | 陞??鈴事 | 1110001110110011001111110011111111010110110000101101111011000000 | e3b33f3fd6c2dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)