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 | ???u??B | 00111111001111110011111101110101001111110011111101000010 | 3f3f3f753f3f42 |
SJIS-WIN | ???u??B | 00111111001111110011111101110101001111110011111101000010 | 3f3f3f753f3f42 |
EUC-JP | ???u??B | 00111111001111110011111101110101001111110011111101000010 | 3f3f3f753f3f42 |
UTF-8 | 묧뫏묧u묰묳B | 1110101110101100101001111110101110101011100011111110101110101100101001110111010111101011101011001011000011101011101011001011001101000010 | ebaca7ebab8febaca775ebacb0ebacb342 |
UHC | 묧뫏묧u묰묳B | 100100011111111010010001101100011001000111111110011101011001001001000111100100100100101001000010 | 91fe91b191fe759247924a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)