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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繒逢?? | 111110111000111110001000101001110011111100111111 | fb8f88a73f3f |
EUC-JP | 繒逢?? | 10001111110101001101010010110000101010010011111100111111 | 8fd4d4b0a93f3f |
UTF-8 | 繒逢렰렋 | 111001111011100110010010111010011000000010100010111010111010000010110000111010111010000010001011 | e7b992e980a2eba0b0eba08b |
UHC | 繒逢렰렋 | 1111000111111001110111001111000110001110101111011000111010100010 | f1f9dcf18ebd8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)