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 | 拙?蝸? | 100100001101100100111111111001011001011100111111 | 90d93fe5973f |
EUC-JP | 拙?蝸? | 110000001101101100111111111010011111011100111111 | c0db3fe9f73f |
UTF-8 | 拙렾蝸렧 | 111001101000101110011001111010111010000010111110111010001001110110111000111010111010000010100111 | e68b99eba0bee89db8eba0a7 |
UHC | 拙렾蝸렧 | 1111000011110000100011101100011011101000110001001000111010110110 | f0f08ec6e8c48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)