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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?悳ぎ??モ | 001111111001110001111011100000101010110000111111001111111000001110000010 | 3f9c7b82ac3f3f8382 |
EUC-JP | ?悳ぎ??モ | 001111111101011111011100101001001010111000111111001111111010010111100010 | 3fd7dca4ae3f3fa5e2 |
UTF-8 | 룶悳ぎ룵卽モ | 111010111010001110110110111001101000001010110011111000111000000110001110111010111010001110110101111001011000110110111101111000111000001110100010 | eba3b6e682b3e3818eeba3b5e58dbde383a2 |
UHC | 룶悳ぎ룵卽モ | 100011111010101111010011111011011010101010101110100011111010101011110001111011011010101111100010 | 8fabd3edaaae8faaf1edabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)