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 | ?的?膾 | 001111111001001101001001001111111110010001011001 | 3f93493fe459 |
EUC-JP | ?的?膾 | 001111111100010110101010001111111110011110111010 | 3fc5aa3fe7ba |
UTF-8 | 야的뤔膾 | 111011001001010110111100111001111001101010000100111010111010010010010100111010001000011010111110 | ec95bce79a84eba494e886be |
UHC | 야的뤔膾 | 1011111011011111111011101101110010001111110001001111110011101100 | bedfeedc8fc4fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)