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 | 奄??夷? | 10001001100000100011111100111111100010001100111000111111 | 89823f3f88ce3f |
EUC-JP | 奄??夷? | 10110001111000100011111100111111101100001101000000111111 | b1e23f3fb0d03f |
UTF-8 | 奄멥굥夷꿜 | 111001011010010110000100111010111010100110100101111010101011010110100101111001011010010010110111111010101011111110011100 | e5a584eba9a5eab5a5e5a4b7eabf9c |
UHC | 奄멥굥夷꿜 | 11100101111100101011100011100011100000101000101111101100101010001011001011100100 | e5f2b8e3828beca8b2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)