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 | ?儒???? | 00111111100011101111001000111111001111110011111100111111 | 3f8ef23f3f3f3f |
EUC-JP | ?儒???? | 00111111101111001111010000111111001111110011111100111111 | 3fbcf43f3f3f3f |
UTF-8 | 렱儒뤰탮퀚펿 | 111010111010000010110001111001011000010010010010111010111010010010110000111011011000001110101110111011011000000010011010111011011000111010111111 | eba0b1e58492eba4b0ed83aeed809aed8ebf |
UHC | 렱儒뤰탮퀚펿 | 100011101011111011101010111000111000111111011110101101011000111010110011100011101011110010001110 | 8ebeeae38fdeb58eb38ebc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)