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 | 螳オ逎撹螳オ | 11100101101011101011010111100111101000111000101001101000111001011010111010110101 | e5aeb5e7a38a68e5aeb5 |
EUC-JP | 螳オ逎撹螳オ | 111010101011000010001110101101011110111010100101101100111100100111101010101100001000111010110101 | eab08eb5eea5b3c9eab08eb5 |
UTF-8 | 螳オ逎撹螳オ | 111010001001111010110011111011111011110110110101111010011000000010001110111001101001001010111001111010001001111010110011111011111011110110110101 | e89eb3efbdb5e9808ee692b9e89eb3efbdb5 |
UHC | 螳???螳? | 1101001111011001001111110011111100111111110100111101100100111111 | d3d93f3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)