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 | ス、沼ヒ沼、 | 1011110110100100100011111100000011001011100011111100000010100100 | bda48fc0cb8fc0a4 |
EUC-JP | ス、沼ヒ沼、 | 100011101011110110001110101001001011111011000010100011101100101110111110110000101000111010100100 | 8ebd8ea4bec28ecbbec28ea4 |
UTF-8 | ス、沼ヒ沼、 | 111011111011110110111101111011111011110110100100111001101011001010111100111011111011111010001011111001101011001010111100111011111011110110100100 | efbdbdefbda4e6b2bcefbe8be6b2bcefbda4 |
UHC | ??沼?沼? | 0011111100111111111000011011101100111111111000011011101100111111 | 3f3fe1bb3fe1bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)