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 | ??バ??ァ | 0011111100111111100000110110111100111111001111111000001101000000 | 3f3f836f3f3f8340 |
EUC-JP | ??バ??ァ | 0011111100111111101001011101000000111111001111111010010110100001 | 3f3fa5d03f3fa5a1 |
UTF-8 | 룶핊バ룵卽ァ | 111010111010001110110110111011011001010110001010111000111000001110010000111010111010001110110101111001011000110110111101111000111000001010100001 | eba3b6ed958ae38390eba3b5e58dbde382a1 |
UHC | 룶핊バ룵卽ァ | 100011111010101111000000100011111010101111010000100011111010101011110001111011011010101110100001 | 8fabc08fabd08faaf1edaba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)