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 | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
UTF-8 | 룶콓㈛룵엌H | 11101011101000111011011011101100101111011001001111100011100010001001101111101011101000111011010111101100100101111000110001001000 | eba3b6ecbd93e3889beba3b5ec978c48 |
UHC | 룶콓㈛룵엌H | 1000111110101011101100011000111110101001110011001000111110101010101111101111110101001000 | 8fabb18fa9cc8faabefd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)