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 | 悌????闡 | 1001001011101110001111110011111100111111001111111110100010010001 | 92ee3f3f3f3fe891 |
EUC-JP | 悌????闡 | 1100010011110000001111110011111100111111001111111110111111110001 | c4f03f3f3f3feff1 |
UTF-8 | 悌ㅷ렠렞뤋闡 | 111001101000001010001100111000111000010110110111111010111010000010100000111010111010000010011110111010111010010010001011111010011001011110100001 | e6828ce385b7eba0a0eba09eeba48be997a1 |
UHC | 悌ㅷ렠렞뤋闡 | 111100001010101010100100111001111000111010110001100011101010111110001111101110111111010011000101 | f0aaa4e78eb18eaf8fbbf4c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)