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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?旬???B | 00111111100011110111101100111111001111110011111101000010 | 3f8f7b3f3f3f42 |
EUC-JP | ?旬???B | 00111111101111011101110000111111001111110011111101000010 | 3fbddc3f3f3f42 |
UTF-8 | 롙旬렼롆렫B | 11101011101000011001100111100110100101111010110011101011101000001011110011101011101000011000011011101011101000001010101101000010 | eba199e697aceba0bceba186eba0ab42 |
UHC | 롙旬렼롆렫B | 1000111011011101111000101110001010001110110001001000111011001100100011101011100101000010 | 8edde2e28ec48ecc8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)