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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 淨籠刀梓?}B | 1001111111000100111000101100010010010011100000011000100010110010001111110111110101000010 | 9fc4e2c4938188b23f7d42 |
EUC-JP | 淨籠刀梓?}B | 1101111011000110111001001100011011000101111000011011000010110100001111110111110101000010 | dec6e4c6c5e1b0b43f7d42 |
UTF-8 | 淨籠刀梓뒀}B | 1110011010110111101010001110011110110001101000001110010110001000100000001110011010100010100100111110101110010010100000000111110101000010 | e6b7a8e7b1a0e58880e6a293eb92807d42 |
UHC | 淨籠刀梓뒀}B | 111011111110010011010110111010111101001111101111111011101010100110110101110101110111110101000010 | efe4d6ebd3efeea9b5d77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)