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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???損 | 0011111100111111001111111001000110111001 | 3f3f3f91b9 |
EUC-JP | ???損 | 0011111100111111001111111100001010111011 | 3f3f3fc2bb |
UTF-8 | 女뒎궠損 | 111011111010011010000001111010111001001010001110111010101011011010100000111001101001000010001101 | efa681eb928eeab6a0e6908d |
UHC | 女뒎궠損 | 1110010111111100100010101000101110000010101100111110000111011111 | e5fc8a8b82b3e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)