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 | 閠倅シ∫黄 | 111010001000000010011000111001001011110010000001111001111000100110101001 | e88098e4bc81e789a9 |
EUC-JP | 閠倅シ∫黄 | 11101111111000001101000011100110100011101011110010100010111010011011001010101011 | efe0d0e68ebca2e9b2ab |
UTF-8 | 閠倅シ∫黄 | 111010011001011010100000111001011000000010000101111011111011110110111100111000101000100010101011111010011011101110000100 | e996a0e58085efbdbce288abe9bb84 |
UHC | ???∫? | 001111110011111100111111101000011111001000111111 | 3f3f3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)