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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?審?悳? | 00111111100100000101001000111111100111000111101100111111 | 3f90523f9c7b3f |
EUC-JP | ?審?悳? | 00111111101111111011001100111111110101111101110000111111 | 3fbfb33fd7dc3f |
UTF-8 | 룶審룵悳㈒ | 111010111010001110110110111001011010111110101001111010111010001110110101111001101000001010110011111000111000100010010010 | eba3b6e5afa9eba3b5e682b3e38892 |
UHC | 룶審룵悳㈒ | 10001111101010111110001111111011100011111010101011010011111011011010100111000011 | 8fabe3fb8faad3eda9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)