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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諳器Τ葯 | 1110011001111101100010101110110110000011101100011110010011011110 | e67d8aed83b1e4de |
EUC-JP | 諳器Τ葯 | 1110101111011110101101001110111110100110101100111110100011100000 | ebdeb4efa6b3e8e0 |
UTF-8 | 諳器Τ葯 | 1110100010101011101100111110010110011001101010001100111010100100111010001001000110101111 | e8abb3e599a8cea4e891af |
UHC | ?器Τ葯 | 00111111110100001110111110100101110100111110010110110101 | 3fd0efa5d3e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)