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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳オ遲搾セ橸 | 11100101101011101011010111100111101011011000110111101111101111101001111011101111 | e5aeb5e7ad8defbe9eef |
EUC-JP | 螳オ遲搾セ橸 | 111010101011000010001110101101011110111010101111101110101111000110001110101111101101110011110001 | eab08eb5eeafbaf18ebedcf1 |
UTF-8 | 螳オ遲搾セ橸 | 111010001001111010110011111011111011110110110101111010011000000110110010111001101001000010111110111011111011110110111110111001101010100110111000 | e89eb3efbdb5e981b2e690beefbdbee6a9b8 |
UHC | 螳?遲搾?? | 110100111101100100111111111100101100000011110011101101100011111100111111 | d3d93ff2c0f3b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)