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 | 洩短騒澆 | 1000100101101011100100100101101010010001100110111110000001000011 | 896b925a919be043 |
EUC-JP | 洩短騒澆 | 1011000111001100110000111011101111000001111110111101111110100100 | b1ccc3bbc1fbdfa4 |
UTF-8 | 洩短騒澆 | 111001101011010010101001111001111001111110101101111010011010100010010010111001101011111010000110 | e6b4a9e79fade9a892e6be86 |
UHC | 洩短?? | 111000001101110111010011101011010011111100111111 | e0ddd3ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)