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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 篠悉偲ワト宍 | 10001110110000101000111010111011100011101100001111011100110001001000111010110011 | 8ec28ebb8ec3dcc48eb3 |
EUC-JP | 篠悉偲ワト宍 | 101111001100010010111100101111011011110011000101100011101101110010001110110001001011110010110101 | bcc4bcbdbcc58edc8ec4bcb5 |
UTF-8 | 篠悉偲ワト宍 | 111001111010111110100000111001101000001010001001111001011000000110110010111011111011111010011100111011111011111010000100111001011010111010001101 | e7afa0e68289e581b2efbe9cefbe84e5ae8d |
UHC | 篠悉???? | 1110000111000110111000111111101000111111001111110011111100111111 | e1c6e3fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)