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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 借ⅳ湘。治 | 100011101101100011111010010000111000111111000011101000011000111010100001 | 8ed8fa438fc3a18ea1 |
EUC-JP | 借?湘。治 | 101111001101101000111111101111101100010110001110101000011011110010100011 | bcda3fbec58ea1bca3 |
UTF-8 | 借ⅳ湘。治 | 111001011000000010011111111000101000010110110011111001101011100110011000111011111011110110100001111001101011001010111011 | e5809fe285b3e6b998efbda1e6b2bb |
UHC | 借ⅳ湘?治 | 111100111010100010100101101001001101111111001111001111111111011010111101 | f3a8a5a4dfcf3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)