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 | 簇瀧??闇 | 1110001011000110100100011110101100111111001111111000100011000101 | e2c691eb3f3f88c5 |
EUC-JP | 簇瀧??闇 | 1110010011001000110000101110110100111111001111111011000011000111 | e4c8c2ed3f3fb0c7 |
UTF-8 | 簇瀧렓렡闇 | 111001111011000010000111111001111000000010100111111010111010000010010011111010111010000010100001111010011001011110000111 | e7b087e780a7eba093eba0a1e99787 |
UHC | 簇瀧렓렡闇 | 11110000111010101101011011101001100011101010100010001110101100101110010011100001 | f0ead6e98ea88eb2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)