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 | ???倚ζ? | 0011111100111111001111111001100011011111100000111100010000111111 | 3f3f3f98df83c43f |
EUC-JP | ???倚ζ? | 0011111100111111001111111101000011100001101001101100011000111111 | 3f3f3fd0e1a6c63f |
UTF-8 | 麗몃쓷倚ζ씭 | 1110111110100110100010001110101110101010100000111110110010010011101101111110010110000000100110101100111010110110111011001001010010101101 | efa688ebaa83ec93b7e5809aceb6ec94ad |
UHC | 麗몃쓷倚ζ씭 | 111001101011000010111000111010111001110110010100111010111110111110100101111001101001110110111110 | e6b0b8eb9d94ebefa5e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)