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 | テヲテ青篠ェ | 1100001110100110110000111001000011000010100011101100001010101010 | c3a6c390c28ec2aa |
EUC-JP | テヲテ青篠ェ | 100011101100001110001110101001101000111011000011110000001100010010111100110001001000111010101010 | 8ec38ea68ec3c0c4bcc48eaa |
UTF-8 | テヲテ青篠ェ | 111011111011111010000011111011111011110110100110111011111011111010000011111010011001110110010010111001111010111110100000111011111011110110101010 | efbe83efbda6efbe83e99d92e7afa0efbdaa |
UHC | ????篠? | 00111111001111110011111100111111111000011100011000111111 | 3f3f3f3fe1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)