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 | 仲?禎湍 | 10010010100001110011111110010010111101011001111111011000 | 92873f92f59fd8 |
EUC-JP | 仲?禎湍 | 11000011111001110011111111000100111101111101111011011010 | c3e73fc4f7deda |
UTF-8 | 仲렒禎湍 | 111001001011101110110010111010111010000010010010111001111010011010001110111001101011100110001101 | e4bbb2eba092e7a68ee6b98d |
UHC | 仲렒禎湍 | 1111000111101010100011101010011111101111111011101101001110101100 | f1ea8ea7efeed3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)