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 | ???_???h | 0011111100111111001111110101111100111111001111110011111101101000 | 3f3f3f5f3f3f3f68 |
SJIS-WIN | ???_???h | 0011111100111111001111110101111100111111001111110011111101101000 | 3f3f3f5f3f3f3f68 |
EUC-JP | ???_???h | 0011111100111111001111110101111100111111001111110011111101101000 | 3f3f3f5f3f3f3f68 |
UTF-8 | 혣쨀혱_혗혢혨h | 1110110110011000101000111110110010101000100000001110110110011000101100010101111111101101100110001001011111101101100110001010001011101101100110001010100001101000 | ed98a3eca880ed98b15fed9897ed98a2ed98a868 |
UHC | 혣쨀혱_혗혢혨h | 1100001010001100110000101011001111000010100110000101111111000010100000101100001010001011110000101001000001101000 | c28cc2b3c2985fc282c28bc29068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)