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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迺樣揉髮 | 1110011110010010100111101110100110011101100001101110100110011011 | e7929ee99d86e99b |
EUC-JP | 迺樣揉髮 | 1110110111110010110111001110101111011001111001101111000111111011 | edf2dcebd9e6f1fb |
UTF-8 | 迺樣揉髮 | 111010001011111110111010111001101010100010100011111001101000111110001001111010011010101110101110 | e8bfbae6a8a3e68f89e9abae |
UHC | ?樣?髮 | 001111111110010111000110001111111101101110100101 | 3fe5c63fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)