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 | 洩石渫洩 | 1000100101101011100100001100111010011111110101101000100101101011 | 896b90ce9fd6896b |
EUC-JP | 洩石渫洩 | 1011000111001100110000001101000011011110110110001011000111001100 | b1ccc0d0ded8b1cc |
UTF-8 | 洩石渫洩 | 111001101011010010101001111001111001111110110011111001101011100010101011111001101011010010101001 | e6b4a9e79fb3e6b8abe6b4a9 |
UHC | 洩石渫洩 | 1110000011011101111000001011010011100000110111101110000011011101 | e0dde0b4e0dee0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)