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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 云私?郁 | 10001001010111011000111010000100001111111000100011101000 | 895d8e843f88e8 |
EUC-JP | 云私?郁 | 10110001101111101011101111100100001111111011000011101010 | b1bebbe43fb0ea |
UTF-8 | 云私칡郁 | 111001001011101010010001111001111010011110000001111011001011100110100001111010011000001110000001 | e4ba91e7a781ecb9a1e98381 |
UHC | 云私칡郁 | 1110100111110110110111101110011111000100101001101110100111110100 | e9f6dee7c4a6e9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)