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 | ???紺 | 0011111100111111001111111000110110101110 | 3f3f3f8dae |
EUC-JP | ???紺 | 0011111100111111001111111011101010110000 | 3f3f3fbab0 |
UTF-8 | 알뤗퓸紺 | 111011001001010110001100111010111010010010010111111011011001001110111000111001111011010010111010 | ec958ceba497ed93b8e7b4ba |
UHC | 알뤗퓸紺 | 1011111011001011100011111100011111000111101111101100101011111010 | becb8fc7c7becafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)