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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??濡胥注 | 0011111100111111100101000100011111100011111011111001001010001101 | 3f3f9447e3ef928d |
EUC-JP | ??濡胥注 | 0011111100111111110001111010100011100110111100011100001111101101 | 3f3fc7a8e6f1c3ed |
UTF-8 | 룵에濡胥注 | 111010111010001110110101111011001001011110010000111001101011111110100001111010001000001110100101111001101011001110101000 | eba3b5ec9790e6bfa1e883a5e6b3a8 |
UHC | 룵에濡胥注 | 10001111101010101011111110100001111010111010000111100000101000011111000110111100 | 8faabfa1eba1e0a1f1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)