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 | 譯定Τ | 111001101010000110010010111010001000001110110001 | e6a192e883b1 |
EUC-JP | 譯定Τ | 111011001010001111000100111010101010011010110011 | eca3c4eaa6b3 |
UTF-8 | 譯定Τ | 1110100010101101101011111110010110101110100110101100111010100100 | e8adafe5ae9acea4 |
UHC | 譯定Τ | 111001101011101111101111110100101010010111010011 | e6bbefd2a5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)