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 | 形←ズ俑 | 1000110001100000100000011010100110000011010110011001100011011010 | 8c6081a9835998da |
EUC-JP | 形←ズ俑 | 1011011111000001101000101010101110100101101110101101000011011100 | b7c1a2aba5bad0dc |
UTF-8 | 形←ズ俑 | 111001011011110110100010111000101000011010010000111000111000001010111010111001001011111110010001 | e5bda2e28690e382bae4bf91 |
UHC | 形←ズ俑 | 1111101110100001101000011110011110101011101110101110100110110101 | fba1a1e7abbae9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)