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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靜?蔭? | 111010001100111000111111100010001111110000111111 | e8ce3f88fc3f |
EUC-JP | 靜?蔭屢 | 1111000011010000001111111011000011111110100011111011101011111010 | f0d03fb0fe8fbafa |
UTF-8 | 靜렗蔭屢 | 111010011001110110011100111010111010000010010111111010001001010010101101111001011011000110100010 | e99d9ceba097e894ade5b1a2 |
UHC | 靜렗蔭屢 | 1111000010100001100011101010110011101011111000111101011110100110 | f0a18eacebe3d7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)