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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘊??巡?? | 1110010101011101001111110011111110001111100001000011111100111111 | e55d3f3f8f843f3f |
EUC-JP | 蘊?Œ巡?? | 11101001101111100011111110001111101010011010110110111101111001000011111100111111 | e9be3f8fa9adbde43f3f |
UTF-8 | 蘊껊Œ巡귞춯 | 1110100010011000100010101110101010111011100010101100010110010010111001011011011110100001111010101011011110011110111011001011011010101111 | e8988aeabb8ac592e5b7a1eab79eecb6af |
UHC | 蘊껊Œ巡귞춯 | 111010001011001110000011111010111010100010101011111000101101111010000010111001111010110110001100 | e8b383eba8abe2de82e7ad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)