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 | 庵??諶 | 100010001100000100111111001111111111101110101010 | 88c13f3ffbaa |
EUC-JP | 庵??諶 | 10110000110000110011111100111111100011111101111010110101 | b0c33f3f8fdeb5 |
UTF-8 | 庵룒뢗諶 | 111001011011101010110101111010111010001110010010111010111010001010010111111010001010101110110110 | e5bab5eba392eba297e8abb6 |
UHC | 庵룒뢗諶 | 1110010011011101100011111000111110001111010100101110010010100110 | e4dd8f8f8f52e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)