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 | 矗瞞ミ | 1110000111011110111000011101010011010000 | e1dee1d4d0 |
EUC-JP | 矗瞞ミ | 111000101110000011100010110101101000111011010000 | e2e0e2d68ed0 |
UTF-8 | 矗瞞ミ | 111001111001111110010111111001111001111010011110111011111011111010010000 | e79f97e79e9eefbe90 |
UHC | 矗瞞? | 1111010110111000110110001011111000111111 | f5b8d8be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)