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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 銳띾㈇溜겼 | 111010011000101010110011111010111001110110111110111000111000100010000111111011111010011110001011111010101011001010111100 | e98ab3eb9dbee38887efa78beab2bc |
UHC | 銳띾㈇溜겼 | 11100111111001011000110111101011101010011011100011101010111111101011000011100101 | e7e58deba9b8eafeb0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)