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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淫l?陰 | 10001000111110101000001010001100001111111000100101000001 | 88fa828c3f8941 |
EUC-JP | 淫l?陰 | 10110000111111001010001111101100001111111011000110100010 | b0fca3ec3fb1a2 |
UTF-8 | 淫l뀥陰 | 111001101011011110101011111011111011110110001100111010111000000010100101111010011001100110110000 | e6b7abefbd8ceb80a5e999b0 |
UHC | 淫l뀥陰 | 1110101111100010101000111110110010000101100111001110101111100100 | ebe2a3ec859cebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)