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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶴レ鯑ソⅶ | 1111110001001001110110101110100111000100101111111111101001000110 | fc49dae9c4bffa46 |
EUC-JP | ?レ鯑ソ? | 0011111110001110110110101111001011000110100011101011111100111111 | 3f8edaf2c68ebf3f |
UTF-8 | 鶴レ鯑ソⅶ | 111011111010100010101101111011111011111010011010111010011010111110010001111011111011110110111111111000101000010110110110 | efa8adefbe9ae9af91efbdbfe285b6 |
UHC | ????ⅶ | 001111110011111100111111001111111010010110100111 | 3f3f3f3fa5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)