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 | 雲?皓?辛? | 100010010101111100111111111000011010100100111111100100000110100000111111 | 895f3fe1a93f90683f |
EUC-JP | 雲?皓?辛? | 101100011100000000111111111000101010101100111111101111111100100100111111 | b1c03fe2ab3fbfc93f |
UTF-8 | 雲렯皓렑辛렗 | 111010011001101110110010111010111010000010101111111001111001101010010011111010111010000010010001111010001011111010011011111010111010000010010111 | e99bb2eba0afe79a93eba091e8be9beba097 |
UHC | 雲렯皓렑辛렗 | 111010101010001110001110101111001111101111010011100011101010011011100011111101001000111010101100 | eaa38ebcfbd38ea6e3f48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)