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 | 持?再? | 100011101001110100111111100011011100010000111111 | 8e9d3f8dc43f |
EUC-JP | 持?再? | 101110111111110100111111101110101100011000111111 | bbfd3fbac63f |
UTF-8 | 持렣再렗 | 111001101000110010000001111010111010000010100011111001011000011010001101111010111010000010010111 | e68c81eba0a3e5868deba097 |
UHC | 持렣再렗 | 1111001010100101100011101011010011101110101000101000111010101100 | f2a58eb4eea28eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)