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 | 鉦ー屡錂 | 10001111110111101011000010001110110001101111101111011110 | 8fdeb08ec6fbde |
EUC-JP | 鉦ー屡錂 | 101111101110000010001110101100001011110011001000100011111110010011010100 | bee08eb0bcc88fe4d4 |
UTF-8 | 鉦ー屡錂 | 111010011000100110100110111011111011110110110000111001011011000110100001111010011000110010000010 | e989a6efbdb0e5b1a1e98c82 |
UHC | 鉦??? | 1110111111111010001111110011111100111111 | effa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)