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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 淫l?F | 100010001111101010000010100011000011111101000110 | 88fa828c3f46 |
EUC-JP | 淫l?F | 101100001111110010100011111011000011111101000110 | b0fca3ec3f46 |
UTF-8 | 淫l뀥F | 11100110101101111010101111101111101111011000110011101011100000001010010101000110 | e6b7abefbd8ceb80a546 |
UHC | 淫l뀥F | 11101011111000101010001111101100100001011001110001000110 | ebe2a3ec859c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)