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 | ???薯?? | 00111111001111110011111110001111100100100011111100111111 | 3f3f3f8f923f3f |
EUC-JP | ???薯?? | 00111111001111110011111110111101111100100011111100111111 | 3f3f3fbdf23f3f |
UTF-8 | 쑹렶렊薯롚쒔 | 111011001001000110111001111010111010000010110110111010111010000010001010111010001001011010101111111010111010000110011010111011001001001010010100 | ec91b9eba0b6eba08ae896afeba19aec9294 |
UHC | 쑹렶렊薯롚쒔 | 101111101010101110001110110000011000111010100001111000001010001110001110110111101011111010101101 | beab8ec18ea1e0a38edebead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)