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 | ???躍 | 0011111100111111001111111001011011110100 | 3f3f3f96f4 |
EUC-JP | ???躍 | 0011111100111111001111111100110011110110 | 3f3f3fccf6 |
UTF-8 | 筽뚳퐡躍 | 111001111010110110111101111010111001101010110011111011011001000010100001111010001011101010001101 | e7adbdeb9ab3ed90a1e8ba8d |
UHC | 筽뚳퐡躍 | 1110100010100100100011001110111110111101100010101110010110111000 | e8a48cefbd8ae5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)