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 | 1110010110001100100110010111110101011001111001011000110010011001011111010110001001000101 | e58c997d59e58c997d6245 |
EUC-JP | 蛹凩Y蛹凩bE | 1110100111101100110100011101111001011001111010011110110011010001110111100110001001000101 | e9ecd1de59e9ecd1de6245 |
UTF-8 | 蛹凩Y蛹凩bE | 111010001001101110111001111001011000011110101001010110011110100010011011101110011110010110000111101010010110001001000101 | e89bb9e587a959e89bb9e587a96245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)