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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 弱??壯?B | 1000111011100011001111110011111110011010111000010011111101000010 | 8ee33f3f9ae13f42 |
EUC-JP | 弱??壯?B | 1011110011100101001111110011111111010100111000110011111101000010 | bce53f3fd4e33f42 |
UTF-8 | 弱녺춱壯틆B | 11100101101111001011000111101011100001011011101011101100101101101011000111100101101000111010111111101101100010111000011001000010 | e5bcb1eb85baecb6b1e5a3afed8b8642 |
UHC | 弱녺춱壯틆B | 1110010110110000100001101110011110101101100011011110110111100000101110100111001001000010 | e5b086e7ad8dede0ba7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)