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 | 訒ー贒ァ驪捺 | 11111011101000111011000011111011101011111010011111101001100010111001001111100110 | fba3b0fbafa7e98b93e6 |
EUC-JP | 訒ー贒ァ驪捺 | 1000111111011101110010001000111010110000100011111101111111000011100011101010011111110001111010111100011011101000 | 8fddc88eb08fdfc38ea7f1ebc6e8 |
UTF-8 | 訒ー贒ァ驪捺 | 111010001010100010010010111011111011110110110000111010001011010010010010111011111011110110100111111010011010100110101010111001101000110110111010 | e8a892efbdb0e8b492efbda7e9a9aae68dba |
UHC | ????驪捺 | 0011111100111111001111110011111111010101111100011101000111110100 | 3f3f3f3fd5f1d1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)