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 | 篠室偲 | 100011101100001010001110101110101000111011000011 | 8ec28eba8ec3 |
EUC-JP | 篠室偲 | 101111001100010010111100101111001011110011000101 | bcc4bcbcbcc5 |
UTF-8 | 篠室偲 | 111001111010111110100000111001011010111010100100111001011000000110110010 | e7afa0e5aea4e581b2 |
UHC | 篠室? | 1110000111000110111000111111100000111111 | e1c6e3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)