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 | 1000101010011011001111110111110101110110100010101001101100111111011111010111011001000010 | 8a9b3f7d768a9b3f7d7642 |
EUC-JP | 鴨?}v鴨?}vB | 1011001111111011001111110111110101110110101100111111101100111111011111010111011001000010 | b3fb3f7d76b3fb3f7d7642 |
UTF-8 | 鴨뛈}v鴨뛈}vB | 1110100110110100101010001110101110011011100010000111110101110110111010011011010010101000111010111001101110001000011111010111011001000010 | e9b4a8eb9b887d76e9b4a8eb9b887d7642 |
UHC | 鴨뛈}v鴨뛈}vB | 11100100111001011000110101000110011111010111011011100100111001011000110101000110011111010111011001000010 | e4e58d467d76e4e58d467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)