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 | ?烙液墳? | 0011111111100000100000001000100101110100100101011010110100111111 | 3fe080897495ad3f |
EUC-JP | ?烙液墳? | 0011111111011111111000001011000111010101110010101010111100111111 | 3fdfe0b1d5caaf3f |
UTF-8 | 뤵烙液墳뤵 | 111010111010010010110101111001111000001110011001111001101011011010110010111001011010001010110011111010111010010010110101 | eba4b5e78399e6b6b2e5a2b3eba4b5 |
UHC | 뤵烙液墳뤵 | 10001111111000111101010110100111111001001111101111011101110001011000111111100011 | 8fe3d5a7e4fbddc58fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)