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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ら?^ | 0011111110000010111001110011111101011110 | 3f82e73f5e |
EUC-JP | ?ら?^ | 0011111110100100111010010011111101011110 | 3fa4e93f5e |
UTF-8 | 樂ら쎀^ | 11101111101001101011111111100011100000101000100111101100100011101000000001011110 | efa6bfe38289ec8e805e |
UHC | 樂ら쎀^ | 11101000111110011010101011101001100110111010101001011110 | e8f9aae99baa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)