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??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | 絶??A絶?? | 100100001110001000111111001111110100000110010000111000100011111100111111 | 90e23f3f4190e23f3f |
EUC-JP | 絶??A絶?? | 110000001110010000111111001111110100000111000000111001000011111100111111 | c0e43f3f41c0e43f3f |
UTF-8 | 絶귡걫A絶귡걫 | 11100111101101011011011011101010101101111010000111101010101100011010101101000001111001111011010110110110111010101011011110100001111010101011000110101011 | e7b5b6eab7a1eab1ab41e7b5b6eab7a1eab1ab |
UHC | 絶귡걫A絶귡걫 | 11101111101111101000001011101001100000011001010001000001111011111011111010000010111010011000000110010100 | efbe82e9819441efbe82e98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)