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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??彫桎 | 001111110011111110010010101001001001111001111110 | 3f3f92a49e7e |
EUC-JP | ??彫桎 | 001111110011111111000100101001101101101111011111 | 3f3fc4a6dbdf |
UTF-8 | 뤋넙彫桎 | 111010111010010010001011111010111000010010011001111001011011110110101011111001101010000110001110 | eba48beb8499e5bdabe6a18e |
UHC | 뤋넙彫桎 | 1000111110111011101100111101001011110000110000011111001011101110 | 8fbbb3d2f0c1f2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)