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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 楯??楯??^ | 100011110111110000111111001111111000111101111100001111110011111101011110 | 8f7c3f3f8f7c3f3f5e |
EUC-JP | 楯??楯??^ | 101111011101110100111111001111111011110111011101001111110011111101011110 | bddd3f3fbddd3f3f5e |
UTF-8 | 楯뗩둆楯뗩둆^ | 11100110101001011010111111101011100101111010100111101011100100011000011011100110101001011010111111101011100101111010100111101011100100011000011001011110 | e6a5afeb97a9eb9186e6a5afeb97a9eb91865e |
UHC | 楯뗩둆楯뗩둆^ | 11100010111001001000101111101001100010100100001011100010111001001000101111101001100010100100001001011110 | e2e48be98a42e2e48be98a425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)