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 | ?幄吊? | 001111111001101111101000100100101101110100111111 | 3f9be892dd3f |
EUC-JP | ?幄吊? | 001111111101011011101010110001001101111100111111 | 3fd6eac4df3f |
UTF-8 | 렰幄吊롕 | 111010111010000010110000111001011011100110000100111001011001000010001010111010111010000110010101 | eba0b0e5b984e5908aeba195 |
UHC | 렰幄吊롕 | 1000111010111101111001001100000111101110110101001000111011011001 | 8ebde4c1eed48ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)