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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ?療?臣いh | 001111111001011111000011001111111001000001100010100000101010001001101000 | 3f97c33f906282a268 |
EUC-JP | ?療?臣いh | 001111111100111011000101001111111011111111000011101001001010010001101000 | 3fcec53fbfc3a4a468 |
UTF-8 | 룵療룶臣いh | 11101011101000111011010111100111100110011000001011101011101000111011011011101000100001111010001111100011100000011000010001101000 | eba3b5e79982eba3b6e887a3e3818468 |
UHC | 룵療룶臣いh | 1000111110101010110101101111101110001111101010111110001111101101101010101010010001101000 | 8faad6fb8fabe3edaaa468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)