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 | 壯??邀?? | 1001101011100001001111110011111111100111101100010011111100111111 | 9ae13f3fe7b13f3f |
EUC-JP | 壯??邀?? | 1101010011100011001111110011111111101110101100110011111100111111 | d4e33f3feeb33f3f |
UTF-8 | 壯띰푽邀랂쑠 | 111001011010001110101111111010111001110110110000111011011001000110111101111010011000001010000000111010111001111010000010111011001001000110100000 | e5a3afeb9db0ed91bde98280eb9e82ec91a0 |
UHC | 壯띰푽邀랂쑠 | 111011011110000010110110111011111011111010001000111010011010110110001101111011101001110010111111 | ede0b6efbe88e9ad8dee9cbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)