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 | Û¥Üäôë^ | 11011011101001011101110011100100111101001110101101011110 | dba5dce4f4eb5e |
SJIS-WIN | ?¥????^ | 0011111110000001100011110011111100111111001111110011111101011110 | 3f818f3f3f3f3f5e |
EUC-JP | Û?Üäôë^ | 1000111110101010111001010011111110001111101010101110010010001111101010111010001110001111101010111101010010001111101010111011001101011110 | 8faae53f8faae48faba38fabd48fabb35e |
UTF-8 | Û¥Üäôë^ | 11000011100110111100001010100101110000111001110011000011101001001100001110110100110000111010101101011110 | c39bc2a5c39cc3a4c3b4c3ab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)