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 | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
SJIS-WIN | ????楡?u | 0011111100111111001111110011111110011110101111100011111101110101 | 3f3f3f3f9ebe3f75 |
EUC-JP | ????楡?u | 0011111100111111001111110011111111011100110000000011111101110101 | 3f3f3f3fdcc03f75 |
UTF-8 | 채쨉쨍챦楡실u | 11101100101100011000010011101100101010001000100111101100101010001000110111101100101100011010011011100110101001011010000111101100100010111010010001110101 | ecb184eca889eca88decb1a6e6a5a1ec8ba475 |
UHC | 채쨉쨍챦楡실u | 11000011101001001100001010110101110000101011100011000011101011111110101011111000101111011100011101110101 | c3a4c2b5c2b8c3afeaf8bdc775 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)