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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?俄◇ | 0011111110001001111000101000000110011110 | 3f89e2819e |
EUC-JP | ?俄◇ | 0011111110110010111001001010000111111110 | 3fb2e4a1fe |
UTF-8 | 룶俄◇ | 111010111010001110110110111001001011111110000100111000101001011110000111 | eba3b6e4bf84e29787 |
UHC | 룶俄◇ | 100011111010101111100100101011011010000111011110 | 8fabe4ada1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)