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 | ???諧 | 0011111100111111001111111110011001111110 | 3f3f3fe67e |
EUC-JP | ???諧 | 0011111100111111001111111110101111011111 | 3f3f3febdf |
UTF-8 | 樂띿옲諧 | 111011111010011010111111111010111001110110111111111011001001100010110010111010001010101110100111 | efa6bfeb9dbfec98b2e8aba7 |
UHC | 樂띿옲諧 | 1110100011111001100011011110110010011110101011011111101010110010 | e8f98dec9eadfab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)