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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 鞫ケ}Y鞫ケ}bE | 1110011010010001101110010111110101011001111001101001000110111001011111010110001001000101 | e691b97d59e691b97d6245 |
EUC-JP | 鞫ケ}Y鞫ケ}bE | 11101011111100011000111010111001011111010101100111101011111100011000111010111001011111010110001001000101 | ebf18eb97d59ebf18eb97d6245 |
UTF-8 | 鞫ケ}Y鞫ケ}bE | 1110100110011110101010111110111110111101101110010111110101011001111010011001111010101011111011111011110110111001011111010110001001000101 | e99eabefbdb97d59e99eabefbdb97d6245 |
UHC | 鞫?}Y鞫?}bE | 1100111111010100001111110111110101011001110011111101010000111111011111010110001001000101 | cfd43f7d59cfd43f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)