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 | 1110100010010010100110010111110101011001111010001001001010011001011111010110001001000101 | e892997d59e892997d6245 |
EUC-JP | 闥凩Y闥凩bE | 1110111111110010110100011101111001011001111011111111001011010001110111100110001001000101 | eff2d1de59eff2d1de6245 |
UTF-8 | 闥凩Y闥凩bE | 111010011001011110100101111001011000011110101001010110011110100110010111101001011110010110000111101010010110001001000101 | e997a5e587a959e997a5e587a96245 |
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)