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 | ?庸?腎? | 00111111100101110110011000111111100100000111010000111111 | 3f97663f90743f |
EUC-JP | ?庸?腎? | 00111111110011011100011100111111101111111101010100111111 | 3fcdc73fbfd53f |
UTF-8 | 뤵庸띔腎띄 | 111010111010010010110101111001011011101010111000111010111001110110010100111010001000010110001110111010111001110110000100 | eba4b5e5bab8eb9d94e8858eeb9d84 |
UHC | 뤵庸띔腎띄 | 10001111111000111110100110111100101101101110101011100011111011001011011011100111 | 8fe3e9bcb6eae3ecb6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)