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 | 00111111100111100100110100111111100000101100111100111111111001111110100101000010 | 3f9e4d3f82cf3fe7e942 |
EUC-JP | ?朞?ぱ?鉉B | 00111111110110111010111000111111101001001101000100111111111011101110101101000010 | 3fdbae3fa4d13feeeb42 |
UTF-8 | 룵朞卽ぱ룫鉉B | 11101011101000111011010111100110100111001001111011100101100011011011110111100011100000011011000111101011101000111010101111101001100010011000100101000010 | eba3b5e69c9ee58dbde381b1eba3abe9898942 |
UHC | 룵朞卽ぱ룫鉉B | 10001111101010101101000110100001111100011110110110101010110100011000111110100010111110101110100001000010 | 8faad1a1f1edaad18fa2fae842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)