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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???詭??? | 0011111100111111001111111110011001101011001111110011111100111111 | 3f3f3fe66b3f3f3f |
EUC-JP | ???詭??? | 0011111100111111001111111110101111001100001111110011111100111111 | 3f3f3febcc3f3f3f |
UTF-8 | 蓮우뮁詭歷╉렗 | 111011111010011010011001111011001001101010110000111010111010111010000001111010001010100110101101111011111010011010001100111000101001010110001001111010111010000010010111 | efa699ec9ab0ebae81e8a9adefa68ce29589eba097 |
UHC | 蓮우뮁詭歷╉렗 | 1110011011100101101111111110110010010010100100001100111111111000111001101011100010100110111000111000111010101100 | e6e5bfec9290cff8e6b8a6e38eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)