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^ | 1110110010110111101110010101111001000100111011001011011110111001010111100100010001011110 | ecb7b95e44ecb7b95e445e |
UHC | 췹^D췹^D^ | 110000111110111101011110010001001100001111101111010111100100010001011110 | c3ef5e44c3ef5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)