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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 恁??夷?? | 1001110010001100001111110011111110001000110011100011111100111111 | 9c8c3f3f88ce3f3f |
EUC-JP | 恁?Ł夷?? | 11010111111011000011111110001111101010011010100010110000110100000011111100111111 | d7ec3f8fa9a8b0d03f3f |
UTF-8 | 恁㏃Ł夷뚰슙 | 1110011010000001100000011110001110001111100000111100010110000001111001011010010010110111111010111001101010110000111011001000101010011001 | e68181e38f83c581e5a4b7eb9ab0ec8a99 |
UHC | 恁㏃Ł夷뚰슙 | 111011001111011010100111111011001010100010101001111011001010100010001100111011011001101010100111 | ecf6a7eca8a9eca88ced9aa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)