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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 검욈묩냅 | 111010101011001010000000111011001001101010001000111010111010110010101001111010111000001110000101 | eab280ec9a88ebaca9eb8385 |
UHC | 검욈묩냅 | 1011000011001011101111111110000010111001101010011011001111000000 | b0cbbfe0b9a9b3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)