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 | ?~?@?~?oE | 001111110111111000111111010000000011111101111110001111110110111101000101 | 3f7e3f403f7e3f6f45 |
SJIS-WIN | ?~?@?~?oE | 001111110111111000111111010000000011111101111110001111110110111101000101 | 3f7e3f403f7e3f6f45 |
EUC-JP | ?~?@?~?oE | 001111110111111000111111010000000011111101111110001111110110111101000101 | 3f7e3f403f7e3f6f45 |
UTF-8 | 창~횪@창~창oE | 1110110010110000101111010111111011101101100110101010101001000000111011001011000010111101011111101110110010110000101111010110111101000101 | ecb0bd7eed9aaa40ecb0bd7eecb0bd6f45 |
UHC | 창~횪@창~창oE | 11000011101000100111111011000011101000000100000011000011101000100111111011000011101000100110111101000101 | c3a27ec3a040c3a27ec3a26f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)