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 | 逍セ鮖ソ訒媾 | 11100111100101101011111011101001101110011011111111111011101000111001101101011100 | e796bee9b9bffba39b5c |
EUC-JP | 逍セ鮖ソ訒媾 | 11101101111101101000111010111110111100101011101110001110101111111000111111011101110010001101010110111101 | edf68ebef2bb8ebf8fddc8d5bd |
UTF-8 | 逍セ鮖ソ訒媾 | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010001010100010010010111001011010101010111110 | e9808defbdbee9ae96efbdbfe8a892e5aabe |
UHC | 逍????? | 11100001110011100011111100111111001111110011111100111111 | e1ce3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)