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 | テ、テ篠篠」 | 1100001110100100110000111000111011000010100011101100001010100011 | c3a4c38ec28ec2a3 |
EUC-JP | テ、テ篠篠」 | 100011101100001110001110101001001000111011000011101111001100010010111100110001001000111010100011 | 8ec38ea48ec3bcc4bcc48ea3 |
UTF-8 | テ、テ篠篠」 | 111011111011111010000011111011111011110110100100111011111011111010000011111001111010111110100000111001111010111110100000111011111011110110100011 | efbe83efbda4efbe83e7afa0e7afa0efbda3 |
UHC | ???篠篠? | 0011111100111111001111111110000111000110111000011100011000111111 | 3f3f3fe1c6e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)