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 | 指????孫 | 1000111001110111001111110011111100111111001111111001000110110111 | 8e773f3f3f3f91b7 |
EUC-JP | 指????孫 | 1011101111011000001111110011111100111111001111111100001010111001 | bbd83f3f3f3fc2b9 |
UTF-8 | 指편렰렓뤊孫 | 111001101000110010000111111011011000111010111000111010111010000010110000111010111010000010010011111010111010010010001010111001011010110110101011 | e68c87ed8eb8eba0b0eba093eba48ae5adab |
UHC | 指편렰렓뤊孫 | 111100101010011011000110111011011000111010111101100011101010100010001111101110101110000111011101 | f2a6c6ed8ebd8ea88fbae1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)