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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ?戍咫濯] | 0011111110011100111110011001101001000000100100011111001101011101 | 3f9cf99a4091f35d |
EUC-JP | ?戍咫濯] | 0011111111011000111110111101001110100001110000101111010101011101 | 3fd8fbd3a1c2f55d |
UTF-8 | 룶戍咫濯] | 11101011101000111011011011100110100010001000110111100101100100101010101111100110101111111010111101011101 | eba3b6e6888de592abe6bfaf5d |
UHC | 룶戍咫濯] | 100011111010101111100010101000011111001010100001111101101111101101011101 | 8fabe2a1f2a1f6fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)