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 | 苑?艤?伊 | 1000100110010001001111111110010001111110001111111000100011001001 | 89913fe47e3f88c9 |
EUC-JP | 苑?艤?伊 | 1011000111110001001111111110011111011111001111111011000011001011 | b1f13fe7df3fb0cb |
UTF-8 | 苑렣艤렜伊 | 111010001000101110010001111010111010000010100011111010001000100110100100111010111010000010011100111001001011110010001010 | e88b91eba0a3e889a4eba09ce4bc8a |
UHC | 苑렣艤렜伊 | 11101010101111011000111010110100111010111111101010001110101011101110110010100101 | eabd8eb4ebfa8eaeeca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)