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 | ???a? | 0011111100111111001111110110000100111111 | 3f3f3f613f |
SJIS-WIN | 蘊??a鴉 | 11100101010111010011111100111111011000011110100111101011 | e55d3f3f61e9eb |
EUC-JP | 蘊??a鴉 | 11101001101111100011111100111111011000011111001011101101 | e9be3f3f61f2ed |
UTF-8 | 蘊딅젨a鴉 | 11101000100110001000101011101011100101001000010111101100101000001010100001100001111010011011010010001001 | e8988aeb9485eca0a861e9b489 |
UHC | 蘊딅젨a鴉 | 111010001011001110001010111010111010000010100000011000011110010010111100 | e8b38aeba0a061e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)