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 | ??c? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | ??c? | 00111111001111110110001100111111 | 3f3f633f |
EUC-JP | ??c? | 00111111001111110110001100111111 | 3f3f633f |
UTF-8 | 렻렑c렺 | 11101011101000001011101111101011101000001001000101100011111010111010000010111010 | eba0bbeba09163eba0ba |
UHC | 렻렑c렺 | 10001110110000111000111010100110011000111000111011000010 | 8ec38ea6638ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)