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 | Rú¹}Rú¹{^ | 1000101001010010111110101011100101111101100010100101001011111010101110010111101101011110 | 8a52fab97d8a52fab97b5e |
SJIS-WIN | ?R??}?R??{^ | 0011111101010010001111110011111101111101001111110101001000111111001111110111101101011110 | 3f523f3f7d3f523f3f7b5e |
EUC-JP | ?Rú?}?Rú?{^ | 001111110101001010001111101010111110001000111111011111010011111101010010100011111010101111100010001111110111101101011110 | 3f528fabe23f7d3f528fabe23f7b5e |
UTF-8 | Rú¹}Rú¹{^ | 1100001010001010010100101100001110111010110000101011100101111101110000101000101001010010110000111011101011000010101110010111101101011110 | c28a52c3bac2b97dc28a52c3bac2b97b5e |
UHC | ?R?¹}?R?¹{^ | 00111111010100100011111110101001111101100111110100111111010100100011111110101001111101100111101101011110 | 3f523fa9f67d3f523fa9f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)