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 | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
SJIS-WIN | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
EUC-JP | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
UTF-8 | 렺찼}렺찼| | 1110101110100000101110101110110010110000101111000111110111101011101000001011101011101100101100001011110001111100 | eba0baecb0bc7deba0baecb0bc7c |
UHC | 렺찼}렺찼| | 10001110110000101100001110100001011111011000111011000010110000111010000101111100 | 8ec2c3a17d8ec2c3a17c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)