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 | ??旭?蹟 | 00111111001111111000100010101110001111111001000011010110 | 3f3f88ae3f90d6 |
EUC-JP | ??旭?蹟 | 00111111001111111011000010110000001111111100000011011000 | 3f3fb0b03fc0d8 |
UTF-8 | 亐렕旭렔蹟 | 111001001011101010010000111010111010000010010101111001101001011110101101111010111010000010010100111010001011100110011111 | e4ba90eba095e697adeba094e8b99f |
UHC | 亐렕旭렔蹟 | 11101010101001111000111010101010111010011110111110001110101010011110111011100111 | eaa78eaae9ef8ea9eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)