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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 厓る?\ | 111110101000110110000010111010010011111101011100 | fa8d82e93f5c |
EUC-JP | 厓る?\ | 10001111101101001100011110100100111010110011111101011100 | 8fb4c7a4eb3f5c |
UTF-8 | 厓る젒\ | 11100101100011101001001111100011100000101000101111101100101000001001001001011100 | e58e93e3828beca0925c |
UHC | 厓る젒\ | 11100100111011011010101011101011101000001001000101011100 | e4edaaeba0915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)