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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裄焔ざ胛 | 1110010111100000100010011000101110000010101101001110001111101110 | e5e0898b82b4e3ee |
EUC-JP | 裄焔ざ胛 | 1110101011100010101100011110101110100100101101101110011011110000 | eae2b1eba4b6e6f0 |
UTF-8 | 裄焔ざ胛 | 111010001010001110000100111001111000010010010100111000111000000110010110111010001000001110011011 | e8a384e78494e38196e8839b |
UHC | ??ざ胛 | 001111110011111110101010101101101100101110100100 | 3f3faab6cba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)