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 | 茱コヨ | 11100100101000111011101011010110 | e4a3bad6 |
EUC-JP | 茱コヨ | 111010001010010110001110101110101000111011010110 | e8a58eba8ed6 |
UTF-8 | 茱コヨ | 111010001000110010110001111011111011110110111010111011111011111010010110 | e88cb1efbdbaefbe96 |
UHC | 茱?? | 11100010101111000011111100111111 | e2bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)