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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 弱??G夜 | 10001110111000110011111100111111010001111001011011101001 | 8ee33f3f4796e9 |
EUC-JP | 弱??G夜 | 10111100111001010011111100111111010001111100110011101011 | bce53f3f47cceb |
UTF-8 | 弱놅슈G夜 | 11100101101111001011000111101011100001101000010111101100100010101000100001000111111001011010010010011100 | e5bcb1eb8685ec8a8847e5a49c |
UHC | 弱놅슈G夜 | 111001011011000010000110111011111011110110110100010001111110010110101000 | e5b086efbdb447e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)