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 | ??晳賞 | 001111110011111111111010110110011000111111011100 | 3f3ffad98fdc |
EUC-JP | ??晳賞 | 00111111001111111000111111000010110001001011111011011110 | 3f3f8fc2c4bede |
UTF-8 | 읯憐晳賞 | 111011001001110110101111111011111010011010001111111001101001100110110011111010001011001110011110 | ec9dafefa68fe699b3e8b39e |
UHC | 읯憐晳賞 | 1001111111010101111001101100011011100000101011111101111111011011 | 9fd5e6c6e0afdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)