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 | 靜??? | 1110100011001110001111110011111100111111 | e8ce3f3f3f |
EUC-JP | 靜??? | 1111000011010000001111110011111100111111 | f0d03f3f3f |
UTF-8 | 靜쿰렯몃 | 111010011001110110011100111011001011111110110000111010111010000010101111111010111010101010000011 | e99d9cecbfb0eba0afebaa83 |
UHC | 靜쿰렯몃 | 1111000010100001110001001111000110001110101111001011100011101011 | f0a1c4f18ebcb8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)