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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??讖?劃咐 | 001111110011111111100110101010010011111110001010011000111001100111110011 | 3f3fe6a93f8a6399f3 |
EUC-JP | ??讖?劃咐 | 001111110011111111101100101010110011111110110011110001001101001011110101 | 3f3fecab3fb3c4d2f5 |
UTF-8 | 없덕讖룿劃咐 | 111011001001011110000110111010111000110110010101111010001010111010010110111010111010001110111111111001011000101010000011111001011001001010010000 | ec9786eb8d95e8ae96eba3bfe58a83e59290 |
UHC | 없덕讖룿劃咐 | 101111101111100010110100111101101111001111011001100011111011000011111100111100011101110011111011 | bef8b4f6f3d98fb0fcf1dcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)