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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐シ誾滂セ | 1110011010110010101111001111101110100111100111111110111110111110 | e6b2bcfba79fefbe |
EUC-JP | 豐シ誾滂セ | 1110110010110100100011101011110010001111110111101010010011011110111100011000111010111110 | ecb48ebc8fdea4def18ebe |
UTF-8 | 豐シ誾滂セ | 111010001011000110010000111011111011110110111100111010001010101010111110111001101011101110000010111011111011110110111110 | e8b190efbdbce8aabee6bb82efbdbe |
UHC | ??誾滂? | 00111111001111111110101111011101110110111011010100111111 | 3f3febdddbb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)