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 | 검욈묩뤞 | 111010101011001010000000111011001001101010001000111010111010110010101001111010111010010010011110 | eab280ec9a88ebaca9eba49e |
UHC | 검욈묩뤞 | 1011000011001011101111111110000010111001101010011000111111001101 | b0cbbfe0b9a98fcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)