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 | 砥?蜘?謫搬 | 10010011011101010011111110010010011101110011111111100110100100111001010011000000 | 93753f92773fe69394c0 |
EUC-JP | 砥?蜘?謫搬 | 11000101110101100011111111000011110110000011111111101011111100111100100011000010 | c5d63fc3d83febf3c8c2 |
UTF-8 | 砥렱蜘렲謫搬 | 111001111010000010100101111010111010000010110001111010001001110010011000111010111010000010110010111010001010110010101011111001101001000010101100 | e7a0a5eba0b1e89c98eba0b2e8acabe690ac |
UHC | 砥렱蜘렲謫搬 | 111100101011001010001110101111101111001010111011100011101011111111101110111000111101101011100110 | f2b28ebef2bb8ebfeee3dae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)