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 | èø±ì· | 111010001111100010110001111011001011011110000111 | e8f8b1ecb787 |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | èø±ì?? | 10001111101010111011001010001111101010011100110010100001110111101000111110101011110000000011111100111111 | 8fabb28fa9cca1de8fabc03f3f |
UTF-8 | èø±ì· | 110000111010100011000011101110001100001010110001110000111010110011000010101101111100001010000111 | c3a8c3b8c2b1c3acc2b7c287 |
UHC | ?ø±?·? | 001111111010100110101010101000011011111000111111101000011010010000111111 | 3fa9aaa1be3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)