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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??∮???^ | 0011111100111111100001111001001100111111001111110011111101011110 | 3f3f87933f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 轢녻∮轢녻ː^ | 111011111010011010001101111010111000010110111011111000101000100010101110111011111010011010001101111010111000010110111011110010111001000001011110 | efa68deb85bbe288aeefa68deb85bbcb905e |
UHC | 轢녻∮轢녻ː^ | 11100110101111001000011011101000101000101011000111100110101111001000011011101000101000101011000001011110 | e6bc86e8a2b1e6bc86e8a2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)