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 | 狎??誼? | 11100000101111100011111100111111100010110110001000111111 | e0be3f3f8b623f |
EUC-JP | 狎??誼? | 11100000110000000011111100111111101101011100001100111111 | e0c03f3fb5c33f |
UTF-8 | 狎뜯뫀誼뾈 | 111001111000101110001110111010111001110010101111111010111010101110000000111010001010101010111100111010111011111010001000 | e78b8eeb9cafebab80e8aabcebbe88 |
UHC | 狎뜯뫀誼뾈 | 11100100111001001011011011100010100100011010010011101011111111101001011101000110 | e4e4b6e291a4ebfe9746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)