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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 滸躙}v滸躙}vB | 10011111111101011110011101010111011111010111011010011111111101011110011101010111011111010111011001000010 | 9ff5e7577d769ff5e7577d7642 |
EUC-JP | 滸躙}v滸躙}vB | 11011110111101111110110110111000011111010111011011011110111101111110110110111000011111010111011001000010 | def7edb87d76def7edb87d7642 |
UTF-8 | 滸躙}v滸躙}vB | 1110011010111011101110001110100010111010100110010111110101110110111001101011101110111000111010001011101010011001011111010111011001000010 | e6bbb8e8ba997d76e6bbb8e8ba997d7642 |
UHC | 滸?}v滸?}vB | 1111101111001010001111110111110101110110111110111100101000111111011111010111011001000010 | fbca3f7d76fbca3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)