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 | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
SJIS-WIN | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
EUC-JP | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
UTF-8 | 뮀^D뮀^D^ | 1110101110101110100000000101111001000100111010111010111010000000010111100100010001011110 | ebae805e44ebae805e445e |
UHC | 뮀^D뮀^D^ | 100100101000111101011110010001001001001010001111010111100100010001011110 | 928f5e44928f5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)