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 | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
SJIS-WIN | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
EUC-JP | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
UTF-8 | 혨첩혳u혧챌 | 11101101100110001010100011101100101100101010100111101101100110001011001101110101111011011001100010100111111011001011000110001100 | ed98a8ecb2a9ed98b375ed98a7ecb18c |
UHC | 혨첩혳u혧챌 | 1100001010010000110000111011100011000010100110100111010111000010100011111100001110100111 | c290c3b8c29a75c28fc3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)