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 | 獗ラコ | 11100000110100111101011110111010 | e0d3d7ba |
EUC-JP | 獗ラコ | 111000001101010110001110110101111000111010111010 | e0d58ed78eba |
UTF-8 | 獗ラコ | 111001111000110110010111111011111011111010010111111011111011110110111010 | e78d97efbe97efbdba |
UHC | 獗?? | 11001111111100010011111100111111 | cff13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)