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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 萬秡}萬秡{^ | 1110010011011101111000100110000001111101111001001101110111100010011000000111101101011110 | e4dde2607de4dde2607b5e |
EUC-JP | 萬秡}萬秡{^ | 1110100011011111111000111100000101111101111010001101111111100011110000010111101101011110 | e8dfe3c17de8dfe3c17b5e |
UTF-8 | 萬秡}萬秡{^ | 111010001001000010101100111001111010011110100001011111011110100010010000101011001110011110100111101000010111101101011110 | e890ace7a7a17de890ace7a7a17b5e |
UHC | 萬?}萬?{^ | 110110001011111100111111011111011101100010111111001111110111101101011110 | d8bf3f7dd8bf3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)