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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???節ο?^ | 001111110011111100111111100100001101111110000011110011010011111101011110 | 3f3f3f90df83cd3f5e |
EUC-JP | ???節ο?^ | 001111110011111100111111110000001110000110100110110011110011111101011110 | 3f3f3fc0e1a6cf3f5e |
UTF-8 | 樂됮썎節ο쉠^ | 111011111010011010111111111010111001000010101110111011001000110110001110111001111010111110000000110011101011111111101100100010011010000001011110 | efa6bfeb90aeec8d8ee7af80cebfec89a05e |
UHC | 樂됮썎節ο쉠^ | 11101000111110011000100111101001100110111000000111101111101111011010010111101111101111011010101001011110 | e8f989e99b81efbda5efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)