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 | 佯????? | 10011000110100010011111100111111001111110011111100111111 | 98d13f3f3f3f3f |
EUC-JP | 佯????? | 11010000110100110011111100111111001111110011111100111111 | d0d33f3f3f3f3f |
UTF-8 | 佯뺤쑬溜딅젧 | 111001001011110110101111111010111011101010100100111011001001000110101100111011111010011110001011111010111001010010000101111011001010000010100111 | e4bdafebbaa4ec91acefa78beb9485eca0a7 |
UHC | 佯뺤쑬溜딅젧 | 111001011011101010010101111011001011111010101000111010101111111010001010111010111010000010011111 | e5ba95ecbea8eafe8aeba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)