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 | ì¶¼Í | 11101100101101101011110011001101 | ecb6bccd |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | ì¶?Í | 100011111010101111000000101000101111100100111111100011111010101010111111 | 8fabc0a2f93f8faabf |
UTF-8 | ì¶¼Í | 1100001110101100110000101011011011000010101111001100001110001101 | c3acc2b6c2bcc38d |
UHC | ?¶¼? | 001111111010001011010010101010001111100100111111 | 3fa2d2a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)