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 | ?盒?枇艤 | 0011111111100001101101000011111110010100111110001110010001111110 | 3fe1b43f94f8e47e |
EUC-JP | ?盒?枇艤 | 0011111111100010101101100011111111001000111110101110011111011111 | 3fe2b63fc8fae7df |
UTF-8 | 뤿盒쵌枇艤 | 111010111010010010111111111001111001101110010010111011001011010110001100111001101001111010000111111010001000100110100100 | eba4bfe79b92ecb58ce69e87e889a4 |
UHC | 뤿盒쵌枇艤 | 10001111111010111111100111101100101011001000111011011101111011011110101111111010 | 8febf9ecac8eddedebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)