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 | 紆泄橈 | 111000101111110010011111100101011001111011110100 | e2fc9f959ef4 |
EUC-JP | 紆泄橈 | 111001001111111011011101111101011101110011110110 | e4feddf5dcf6 |
UTF-8 | 紆泄橈 | 111001111011010010000110111001101011001110000100111001101010100110001000 | e7b486e6b384e6a988 |
UHC | 紆泄橈 | 111010011110000111100000110111001110100011111010 | e9e1e0dce8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)