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 | ????敦 | 001111110011111100111111001111111001001111010110 | 3f3f3f3f93d6 |
EUC-JP | ????敦 | 001111110011111100111111001111111100011011011000 | 3f3f3f3fc6d8 |
UTF-8 | 렺읕렞렺敦 | 111010111010000010111010111011001001110110010101111010111010000010011110111010111010000010111010111001101001010110100110 | eba0baec9d95eba09eeba0bae695a6 |
UHC | 렺읕렞렺敦 | 10001110110000101100000011000100100011101010111110001110110000101101010011000100 | 8ec2c0c48eaf8ec2d4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)