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 | 銛会セ具ス | 1110011111110011100010011110111110111110100010111110111110111101 | e7f389efbe8befbd |
EUC-JP | 銛会セ具ス | 11101110111101011011001011110001100011101011111010110110111100011000111010111101 | eef5b2f18ebeb6f18ebd |
UTF-8 | 銛会セ具ス | 111010011000101010011011111001001011110010011010111011111011110110111110111001011000010110110111111011111011110110111101 | e98a9be4bc9aefbdbee585b7efbdbd |
UHC | ???具? | 001111110011111100111111110011101111110100111111 | 3f3f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)