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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 糊昴糊昴B | 100011001101000010011101111000111000110011010000100111011110001101000010 | 8cd09de38cd09de342 |
EUC-JP | 糊昴糊昴B | 101110001101001011011010111001011011100011010010110110101110010101000010 | b8d2dae5b8d2dae542 |
UTF-8 | 糊昴糊昴B | 11100111101100111000101011100110100110001011010011100111101100111000101011100110100110001011010001000010 | e7b38ae698b4e7b38ae698b442 |
UHC | 糊昴糊昴B | 111110111101010111011001110110111111101111010101110110011101101101000010 | fbd5d9dbfbd5d9db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)