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 | 余??援ε? | 100101110101110100111111001111111000100110000111100000111100001100111111 | 975d3f3f898783c33f |
EUC-JP | 余??援ε? | 110011011011111000111111001111111011000111100111101001101100010100111111 | cdbe3f3fb1e7a6c53f |
UTF-8 | 余쒓릴援εㅇ | 1110010010111101100110011110110010010010100100111110101110100110101101001110011010001111101101001100111010110101111000111000010110000111 | e4bd99ec9293eba6b4e68fb4ceb5e38587 |
UHC | 余쒓릴援εㅇ | 111001011111100110011100111010101011100010110001111010101011010110100101111001011010010010110111 | e5f99ceab8b1eab5a5e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)