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 | 谿樌Ρ | 111001101010111010011110111011001000001110101111 | e6ae9eec83af |
EUC-JP | 谿樌Ρ | 111011001011000011011100111011101010011010110001 | ecb0dceea6b1 |
UTF-8 | 谿樌Ρ | 1110100010110000101111111110011010101000100011001100111010100001 | e8b0bfe6a88ccea1 |
UHC | 谿?Ρ | 1100110110101100001111111010010111010001 | cdac3fa5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)