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 | 狎???裔 | 11100000101111100011111100111111001111111110010111100001 | e0be3f3f3fe5e1 |
EUC-JP | 狎???裔 | 11100000110000000011111100111111001111111110101011100011 | e0c03f3f3feae3 |
UTF-8 | 狎뜯뫀흮裔 | 111001111000101110001110111010111001110010101111111010111010101110000000111011011001110110101110111010001010001110010100 | e78b8eeb9cafebab80ed9daee8a394 |
UHC | 狎뜯뫀흮裔 | 11100100111001001011011011100010100100011010010011000101100010101110011111100000 | e4e4b6e291a4c58ae7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)