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 | ???憲傲 | 00111111001111110011111110001100100110111001100011111100 | 3f3f3f8c9b98fc |
EUC-JP | ???憲傲 | 00111111001111110011111110110111111110111101000011111110 | 3f3f3fb7fbd0fe |
UTF-8 | 뤯헤뤠憲傲 | 111010111010010010101111111011011001011110100100111010111010010010100000111001101000011010110010111001011000001010110010 | eba4afed97a4eba4a0e686b2e582b2 |
UHC | 뤯헤뤠憲傲 | 10001111110111011100011111101100101101111111000111111010110010101110011111101100 | 8fddc7ecb7f1facae7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)