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 | 蘂???? | 111001010100000100111111001111110011111100111111 | e5413f3f3f3f |
EUC-JP | 蘂???? | 111010011010001000111111001111110011111100111111 | e9a23f3f3f3f |
UTF-8 | 蘂녕뮵連얏 | 111010001001100010000010111010111000010110010101111010111010111010110101111011111010011010011010111011001001011010001111 | e89882eb8595ebaeb5efa69aec968f |
UHC | 蘂녕뮵連얏 | 11100111110111101011001111100111100100101011110111100110111001101011111011100110 | e7deb3e792bde6e6bee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)