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 | 訷樒ォコ貉ソ | 111110111010010010011110111001111010101110111010111001101011100110111111 | fba49ee7abbae6b9bf |
EUC-JP | 訷樒ォコ貉ソ | 10001111110111011101010011011100111010011000111010101011100011101011101011101100101110111000111010111111 | 8fddd4dce98eab8ebaecbb8ebf |
UTF-8 | 訷樒ォコ貉ソ | 111010001010100010110111111001101010100010010010111011111011110110101011111011111011110110111010111010001011001010001001111011111011110110111111 | e8a8b7e6a892efbdabefbdbae8b289efbdbf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)