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 | ??…膺? | 00111111001111111000000101100011111001000101111000111111 | 3f3f8163e45e3f |
EUC-JP | ??…膺? | 00111111001111111010000111000100111001111011111100111111 | 3f3fa1c4e7bf3f |
UTF-8 | 略노…膺묰 | 111011111010010110110110111010111000010110111000111000101000000010100110111010001000011010111010111010111010110010110000 | efa5b6eb85b8e280a6e886baebacb0 |
UHC | 略노…膺묰 | 11100101101100101011001111101011101000011010011011101011111011001001001001000111 | e5b2b3eba1a6ebec9247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)