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 | 閾灘腰閾 | 1110100010000111100100111110010110001101100110001110100010000111 | e88793e58d98e887 |
EUC-JP | 閾灘腰閾 | 1110111111100111110001101110011110111001111110001110111111100111 | efe7c6e7b9f8efe7 |
UTF-8 | 閾灘腰閾 | 111010011001011010111110111001111000000110011000111010001000010110110000111010011001011010111110 | e996bee78198e885b0e996be |
UHC | ?灘腰? | 001111111111011110101000111010011010011000111111 | 3ff7a8e9a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)