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 | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-WIN | ヘー}ヘー|ヘー| | 110011011011000001111101110011011011000001111100110011011011000001111100 | cdb07dcdb07ccdb07c |
EUC-JP | ヘー}ヘー|ヘー| | 100011101100110110001110101100000111110110001110110011011000111010110000011111001000111011001101100011101011000001111100 | 8ecd8eb07d8ecd8eb07c8ecd8eb07c |
UTF-8 | ヘー}ヘー|ヘー| | 111011111011111010001101111011111011110110110000011111011110111110111110100011011110111110111101101100000111110011101111101111101000110111101111101111011011000001111100 | efbe8defbdb07defbe8defbdb07cefbe8defbdb07c |
UHC | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)