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 | 女먫끆押뉷 | 111011111010011010000001111010111010100010101011111010111000000110000110111001101000101010111100111010111000100110110111 | efa681eba8abeb8186e68abceb89b7 |
UHC | 女먫끆押뉷 | 11100101111111001001000011101000100001011011101011100100111000111000100001000111 | e5fc90e885bae4e38847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)