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 | 蒟ル勝襭 | 1110010011100101100000111000101110001111100111111110011001000010 | e4e5838b8f9fe642 |
EUC-JP | 蒟ル勝襭 | 1110100011100111101001011110101110111110101000011110101110100011 | e8e7a5ebbea1eba3 |
UTF-8 | 蒟ル勝襭 | 111010001001001010011111111000111000001110101011111001011000101110011101111010001010010110101101 | e8929fe383abe58b9de8a5ad |
UHC | ?ル勝? | 001111111010101111101011111000111010110100111111 | 3fabebe3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)