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 | ?り???? | 00111111100000101110100000111111001111110011111100111111 | 3f82e83f3f3f3f |
EUC-JP | ?り?瑗?? | 001111111010010011101010001111111000111111001100110000000011111100111111 | 3fa4ea3f8fccc03f3f |
UTF-8 | 閭り퍔瑗얍뇺 | 111011111010011010000110111000111000001010001010111011011000110110010100111001111001000110010111111011001001011010001101111010111000011110111010 | efa686e3828aed8d94e79197ec968deb87ba |
UHC | 閭り퍔瑗얍뇺 | 111001101010110110101010111010101011101110001011111010101011110010111110111001011000011110011101 | e6adaaeabb8beabcbee5879d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)