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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 儼??乙ユ? | 100110010101011000111111001111111000100110110011100000111000011000111111 | 99563f3f89b383863f |
EUC-JP | 儼??乙ユ? | 110100011011011100111111001111111011001010110101101001011110011000111111 | d1b73f3fb2b5a5e63f |
UTF-8 | 儼볤퍑乙ユ렒 | 111001011000010010111100111010111011001110100100111011011000110110010001111001001011100110011001111000111000001110100110111010111010000010010010 | e584bcebb3a4ed8d91e4b999e383a6eba092 |
UHC | 儼볤퍑乙ユ렒 | 111001011111000010010011111010101011101110001000111010111110000010101011111001101000111010100111 | e5f093eabb88ebe0abe68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)