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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 永???? | 100010010110100100111111001111110011111100111111 | 89693f3f3f3f |
EUC-JP | 永?ˇ?? | 1011000111001010001111111000111110100010101100000011111100111111 | b1ca3f8fa2b03f3f |
UTF-8 | 永쎿ˇ蓮쪩 | 1110011010110000101110001110110010001110101111111100101110000111111011111010011010011001111011001010101010101001 | e6b0b8ec8ebfcb87efa699ecaaa9 |
UHC | 永쎿ˇ蓮쪩 | 11100111101101011001101111100110101000101010011111100110111001011010011001000010 | e7b59be6a2a7e6e5a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)