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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ⅴ雫溿治B | 111110100100010010001110101101001111101101001010100011101010000101000010 | fa448eb4fb4a8ea142 |
EUC-JP | ?雫溿治B | 001111111011110010110110100011111100100010110001101111001010001101000010 | 3fbcb68fc8b1bca342 |
UTF-8 | ⅴ雫溿治B | 11100010100001011011010011101001100110111010101111100110101110101011111111100110101100101011101101000010 | e285b4e99babe6babfe6b2bb42 |
UHC | ⅴ??治B | 10100101101001010011111100111111111101101011110101000010 | a5a53f3ff6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)