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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | 罌??幼?? | 1110001110100000001111110011111110010111011000110011111100111111 | e3a03f3f97633f3f |
EUC-JP | 罌??幼?ð | 11100110101000100011111100111111110011011100010000111111100011111010100111000011 | e6a23f3fcdc43f8fa9c3 |
UTF-8 | 罌살뼇幼싪ð | 1110011110111101100011001110110010000010101101001110101110111100100001111110010110111001101111001110110010001011101010101100001110110000 | e7bd8cec82b4ebbc87e5b9bcec8baac3b0 |
UHC | 罌살뼇幼싪ð | 111001011010001010111011111011001001011010010001111010101110101010011010111010001010100110100011 | e5a2bbec9691eaea9ae8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)