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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辺?辺?^ | 10010101110100110011111110010101110100110011111101011110 | 95d33f95d33f5e |
EUC-JP | 辺?辺?^ | 11001010110101010011111111001010110101010011111101011110 | cad53fcad53f5e |
UTF-8 | 辺ﰱ辺ﰱ^ | 11101000101111101011101011101111101100001011000111101000101111101011101011101111101100001011000101011110 | e8bebaefb0b1e8bebaefb0b15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)