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 | 將?蹄?砥 | 1001101110010010001111111001001011111011001111111001001101110101 | 9b923f92fb3f9375 |
EUC-JP | 將?蹄?砥 | 1101010111110010001111111100010011111101001111111100010111010110 | d5f23fc4fd3fc5d6 |
UTF-8 | 將렎蹄렢砥 | 111001011011000010000111111010111010000010001110111010001011100110000100111010111010000010100010111001111010000010100101 | e5b087eba08ee8b984eba0a2e7a0a5 |
UHC | 將렎蹄렢砥 | 11101101111000101000111010100100111100001011010010001110101100111111001010110010 | ede28ea4f0b48eb3f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)