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 | ??∮? | 00111111001111111000011110010011001111111000000101000000 | 3f3f87933f8140 |
EUC-JP | ???? | 001111110011111100111111001111111010000110100001 | 3f3f3f3fa1a1 |
UTF-8 | 룶핊∮룵 | 111010111010001110110110111011011001010110001010111000101000100010101110111010111010001110110101111000111000000010000000 | eba3b6ed958ae288aeeba3b5e38080 |
UHC | 룶핊∮룵 | 10001111101010111100000010001111101000101011000110001111101010101010000110100001 | 8fabc08fa2b18faaa1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)