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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 繒梨Y繒梨bE | 1111101110001111100101111001110001011001111110111000111110010111100111000110001001000101 | fb8f979c59fb8f979c6245 |
EUC-JP | 繒梨Y繒梨bE | 10001111110101001101010011001101111111000101100110001111110101001101010011001101111111000110001001000101 | 8fd4d4cdfc598fd4d4cdfc6245 |
UTF-8 | 繒梨Y繒梨bE | 111001111011100110010010111001101010001010101000010110011110011110111001100100101110011010100010101010000110001001000101 | e7b992e6a2a859e7b992e6a2a86245 |
UHC | 繒梨Y繒梨bE | 1111000111111001110101111101111001011001111100011111100111010111110111100110001001000101 | f1f9d7de59f1f9d7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)