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 | 襞括Τ | 111001011111110010001010100001111000001110110001 | e5fc8a8783b1 |
EUC-JP | 襞括Τ | 111010101111111010110011111001111010011010110011 | eafeb3e7a6b3 |
UTF-8 | 襞括Τ | 1110100010100101100111101110011010001011101011001100111010100100 | e8a59ee68baccea4 |
UHC | ?括Τ | 0011111111001110110000001010010111010011 | 3fcec0a5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)