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 | 葬??? | 1001000110010010001111110011111100111111 | 91923f3f3f |
EUC-JP | 葬?琯蔣 | 110000011111001000111111100011111100110010110011100011111101100110110110 | c1f23f8fccb38fd9b6 |
UTF-8 | 葬累琯蔣 | 111010001001000110101100111011111010010110001111111001111001000010101111111010001001010010100011 | e891acefa58fe790afe894a3 |
UHC | 葬累琯蔣 | 1110110111110111110100101110100111001110101101011110110111111000 | edf7d2e9ceb5edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)