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 | ??濡胥 | 001111110011111110010100010001111110001111101111 | 3f3f9447e3ef |
EUC-JP | ??濡胥 | 001111110011111111000111101010001110011011110001 | 3f3fc7a8e6f1 |
UTF-8 | 룵에濡胥 | 111010111010001110110101111011001001011110010000111001101011111110100001111010001000001110100101 | eba3b5ec9790e6bfa1e883a5 |
UHC | 룵에濡胥 | 1000111110101010101111111010000111101011101000011110000010100001 | 8faabfa1eba1e0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)