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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱?ア節 | 10001110111000110011111110000011010000011001000011011111 | 8ee33f834190df |
EUC-JP | 弱?ア節 | 10111100111001010011111110100101101000101100000011100001 | bce53fa5a2c0e1 |
UTF-8 | 弱녺ア節 | 111001011011110010110001111010111000010110111010111000111000001010100010111001111010111110000000 | e5bcb1eb85bae382a2e7af80 |
UHC | 弱녺ア節 | 1110010110110000100001101110011110101011101000101110111110111101 | e5b086e7aba2efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)