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 | 諳器Τ | 111001100111110110001010111011011000001110110001 | e67d8aed83b1 |
EUC-JP | 諳器Τ | 111010111101111010110100111011111010011010110011 | ebdeb4efa6b3 |
UTF-8 | 諳器Τ | 1110100010101011101100111110010110011001101010001100111010100100 | e8abb3e599a8cea4 |
UHC | ?器Τ | 0011111111010000111011111010010111010011 | 3fd0efa5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)