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 | 獰??恂?? | 1110000011010110001111110011111110011100100101100011111100111111 | e0d63f3f9c963f3f |
EUC-JP | 獰??恂?? | 1110000011011000001111110011111111010111111101100011111100111111 | e0d83f3fd7f63f3f |
UTF-8 | 獰뉒윪恂삭옾 | 111001111000110110110000111010111000100110010010111011001001110010101010111001101000000110000010111011001000001010101101111011001001100010111110 | e78db0eb8992ec9caae68182ec82adec98be |
UHC | 獰뉒윪恂삭옾 | 111001111011111010000111111001111001111110101001111000101110000110111011111010001001111010110011 | e7be87e79fa9e2e1bbe89eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)