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 | 箒処梢聽 | 1110001010110100100011111000100010001111101111011110001111100011 | e2b48f888fbde3e3 |
EUC-JP | 箒処梢聽 | 1110010010110110101111011110100010111110101111111110011011100101 | e4b6bde8bebfe6e5 |
UTF-8 | 箒処梢聽 | 111001111010111010010010111001011000011110100110111001101010001010100010111010001000000110111101 | e7ae92e587a6e6a2a2e881bd |
UHC | ??梢聽 | 001111110011111111110100111111101111010011101001 | 3f3ff4fef4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)