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 | å¼µÑì | 1110010110111100101101011101000110000111111011001000111010000001 | e5bcb5d187ec8e81 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??Ñ?ì?? | 1000111110101011101010010011111100111111100011111010101011010000001111111000111110101011110000000011111100111111 | 8faba93f3f8faad03f8fabc03f3f |
UTF-8 | å¼µÑì | 11000011101001011100001010111100110000101011010111000011100100011100001010000111110000111010110011000010100011101100001010000001 | c3a5c2bcc2b5c391c287c3acc28ec281 |
UHC | ?¼?????? | 001111111010100011111001001111110011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)