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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 譴h譴 | 1110011010100010011010001110011010100010 | e6a268e6a2 |
EUC-JP | 譴h譴 | 1110110010100100011010001110110010100100 | eca468eca4 |
UTF-8 | 譴h譴 | 11101000101011011011010001101000111010001010110110110100 | e8adb468e8adb4 |
UHC | 譴h譴 | 1100110010111001011010001100110010111001 | ccb968ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)