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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 竺捨雫罍h | 100011101011000110001110110011001000111010110100111000111010000101101000 | 8eb18ecc8eb4e3a168 |
EUC-JP | 竺捨雫罍h | 101111001011001110111100110011101011110010110110111001101010001101101000 | bcb3bccebcb6e6a368 |
UTF-8 | 竺捨雫罍h | 11100111101010111011101011100110100011011010100011101001100110111010101111100111101111011000110101101000 | e7abbae68da8e99babe7bd8d68 |
UHC | 竺捨??h | 11110101111001111101111011010111001111110011111101101000 | f5e7ded73f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)