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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렰롙씽뤵햵㈍ | 111010111010000010110000111010111010000110011001111011001001010010111101111010111010010010110101111011011001011010110101111000111000100010001101 | eba0b0eba199ec94bdeba4b5ed96b5e3888d |
UHC | 렰롙씽뤵햵㈍ | 100011101011110110001110110111011011111011000101100011111110001111000001100011101010100110111110 | 8ebd8eddbec58fe3c18ea9be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)