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 | 1110010110111100100011110111110101011001111001011011110010001111011111010110001001000101 | e5bc8f7d59e5bc8f7d6245 |
EUC-JP | 蠑殉Y蠑殉bE | 1110101010111110101111011101111001011001111010101011111010111101110111100110001001000101 | eabebdde59eabebdde6245 |
UTF-8 | 蠑殉Y蠑殉bE | 111010001010000010010001111001101010111010001001010110011110100010100000100100011110011010101110100010010110001001000101 | e8a091e6ae8959e8a091e6ae896245 |
UHC | ?殉Y?殉bE | 001111111110001011100110010110010011111111100010111001100110001001000101 | 3fe2e6593fe2e66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)