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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯痔?賁 | 11101001111100101000111010100100001111111110011011001010 | e9f28ea43fe6ca |
EUC-JP | 鶯痔澰賁 | 111100101111010010111100101001101000111111001000111101111110110011001100 | f2f4bca68fc8f7eccc |
UTF-8 | 鶯痔澰賁 | 111010011011011010101111111001111001011110010100111001101011111010110000111010001011001110000001 | e9b6afe79794e6beb0e8b381 |
UHC | 鶯痔?賁 | 11100101101000111111011011000000001111111101110111010011 | e5a3f6c03fddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)