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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?夭???幼 | 0011111110011010111011100011111100111111001111111001011101100011 | 3f9aee3f3f3f9763 |
EUC-JP | ?夭???幼 | 0011111111010100111100000011111100111111001111111100110111000100 | 3fd4f03f3f3fcdc4 |
UTF-8 | 뤵夭툘쬠렡幼 | 111010111010010010110101111001011010010010101101111011011000100010011000111011001010110010100000111010111010000010100001111001011011100110111100 | eba4b5e5a4aded8898ecaca0eba0a1e5b9bc |
UHC | 뤵夭툘쬠렡幼 | 100011111110001111101000111011001011100010001111110000101101101110001110101100101110101011101010 | 8fe3e8ecb88fc2db8eb2eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)