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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 厓る?^ | 111110101000110110000010111010010011111101011110 | fa8d82e93f5e |
EUC-JP | 厓る?^ | 10001111101101001100011110100100111010110011111101011110 | 8fb4c7a4eb3f5e |
UTF-8 | 厓る젒^ | 11100101100011101001001111100011100000101000101111101100101000001001001001011110 | e58e93e3828beca0925e |
UHC | 厓る젒^ | 11100100111011011010101011101011101000001001000101011110 | e4edaaeba0915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)