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 | è¾±ì | 11101000101111101011000111101100 | e8beb1ec |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | è?±ì | 100011111010101110110010001111111010000111011110100011111010101111000000 | 8fabb23fa1de8fabc0 |
UTF-8 | è¾±ì | 1100001110101000110000101011111011000010101100011100001110101100 | c3a8c2bec2b1c3ac |
UHC | ?¾±? | 001111111010100011111010101000011011111000111111 | 3fa8faa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)