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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??佃?? | 001111110011111110010010110011110011111100111111 | 3f3f92cf3f3f |
EUC-JP | ??佃?? | 001111110011111111000100110100010011111100111111 | 3f3fc4d13f3f |
UTF-8 | 알뤸佃쩐헤 | 111011001001010110001100111010111010010010111000111001001011110110000011111011001010100110010000111011011001011110100100 | ec958ceba4b8e4bd83eca990ed97a4 |
UHC | 알뤸佃쩐헤 | 10111110110010111000111111100110111011101110110011000010101111101100011111101100 | becb8fe6eeecc2bec7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)