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 | 攸?┏ | 1001110110111111001111111000010010101100 | 9dbf3f84ac |
EUC-JP | 攸?┏ | 1101101011000001001111111010100010101110 | dac13fa8ae |
UTF-8 | 攸펼┏ | 111001101001010010111000111011011000111010111100111000101001010010001111 | e694b8ed8ebce2948f |
UHC | 攸펼┏ | 111010101111001011000110111011101010011010101110 | eaf2c6eea6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)