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혺횈 | 11101101100110001010011111101100101100101011100011101101100110001011001101110101111011011001100010111010111011011001101010001000 | ed98a7ecb2b8ed98b375ed98baed9a88 |
UHC | 혧첸혳u혺횈 | 1100001010001111110000111011111011000010100110100111010111000010100111111100001110000110 | c28fc3bec29a75c29fc386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)