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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??存ヒ?? | 0011111100111111100100011011011010000011011100010011111100111111 | 3f3f91b683713f3f |
EUC-JP | ??存ヒ?? | 0011111100111111110000101011100010100101110100100011111100111111 | 3f3fc2b8a5d23f3f |
UTF-8 | 룵웩存ヒ룴혾 | 111010111010001110110101111011001001101110101001111001011010110110011000111000111000001110010010111010111010001110110100111011011001100010111110 | eba3b5ec9ba9e5ad98e38392eba3b4ed98be |
UHC | 룵웩存ヒ룴혾 | 100011111010101011000000101000011111000011101101101010111101001010001111101010011100001101000010 | 8faac0a1f0edabd28fa9c342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)