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 | 閾灘援閾 | 1110100010000111100100111110010110001001100001111110100010000111 | e88793e58987e887 |
EUC-JP | 閾灘援閾 | 1110111111100111110001101110011110110001111001111110111111100111 | efe7c6e7b1e7efe7 |
UTF-8 | 閾灘援閾 | 111010011001011010111110111001111000000110011000111001101000111110110100111010011001011010111110 | e996bee78198e68fb4e996be |
UHC | ?灘援? | 001111111111011110101000111010101011010100111111 | 3ff7a8eab53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)