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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 邊「讓ョ諠コB | 11100111101100101010001011100110101010001010111011100110100000111011101001000010 | e7b2a2e6a8aee683ba42 |
EUC-JP | 邊「讓ョ諠コB | 11101110101101001000111010100010111011001010101010001110101011101110101111100011100011101011101001000010 | eeb48ea2ecaa8eaeebe38eba42 |
UTF-8 | 邊「讓ョ諠コB | 11101001100000101000101011101111101111011010001011101000101011101001001111101111101111011010111011101000101010111010000011101111101111011011101001000010 | e9828aefbda2e8ae93efbdaee8aba0efbdba42 |
UHC | 邊?讓???B | 110111001010101100111111111001011101001100111111001111110011111101000010 | dcab3fe5d33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)