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 | ???悅? | 001111110011111100111111111110101011110100111111 | 3f3f3ffabd3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 劣사빀悅랡 | 111011111010011010011101111011001000001010101100111010111011100110000000111001101000001010000101111010111001111010100001 | efa69dec82acebb980e68285eb9ea1 |
UHC | 劣사빀悅랡 | 11100110111010111011101111100111100101011010100111100110111011011000111001000010 | e6ebbbe795a9e6ed8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)