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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??涅? | 10010111011101100011111100111111100111111011100000111111 | 97763f3f9fb83f |
EUC-JP | 要??涅? | 11001101110101110011111100111111110111101011101000111111 | cdd73f3fdeba3f |
UTF-8 | 要뺟뼯涅긧 | 111010001010011010000001111010111011101010011111111010111011110010101111111001101011011010000101111010101011100010100111 | e8a681ebba9febbcafe6b685eab8a7 |
UHC | 要뺟뼯涅긧 | 11101001101010011001010111100111100101101011001011100110111011101000001101101011 | e9a995e796b2e6ee836b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)