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 | ???押? | 001111110011111100111111100010011001111100111111 | 3f3f3f899f3f |
EUC-JP | ???押? | 001111110011111100111111101100101010000100111111 | 3f3f3fb2a13f |
UTF-8 | 女먪솈押뉶 | 111011111010011010000001111010111010100010101010111011001000011010001000111001101000101010111100111010111000100110110110 | efa681eba8aaec8688e68abceb89b6 |
UHC | 女먪솈押뉶 | 11100101111111001001000011100111100110011000110011100100111000111000100001000110 | e5fc90e7998ce4e38846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)