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 | ???_???x | 0011111100111111001111110101111100111111001111110011111101111000 | 3f3f3f5f3f3f3f78 |
SJIS-WIN | ???_???x | 0011111100111111001111110101111100111111001111110011111101111000 | 3f3f3f5f3f3f3f78 |
EUC-JP | ???_???x | 0011111100111111001111110101111100111111001111110011111101111000 | 3f3f3f5f3f3f3f78 |
UTF-8 | 혣쨀혱_혗혢챈x | 1110110110011000101000111110110010101000100000001110110110011000101100010101111111101101100110001001011111101101100110001010001011101100101100011000100001111000 | ed98a3eca880ed98b15fed9897ed98a2ecb18878 |
UHC | 혣쨀혱_혗혢챈x | 1100001010001100110000101011001111000010100110000101111111000010100000101100001010001011110000111010011001111000 | c28cc2b3c2985fc282c28bc3a678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)