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??h | 00111111001111110011111101110101001111110011111101101000 | 3f3f3f753f3f68 |
SJIS-WIN | ???u??h | 00111111001111110011111101110101001111110011111101101000 | 3f3f3f753f3f68 |
EUC-JP | ???u??h | 00111111001111110011111101110101001111110011111101101000 | 3f3f3f753f3f68 |
UTF-8 | 혰짢혴u혳쨉h | 1110110110011000101100001110110010100111101000101110110110011000101101000111010111101101100110001011001111101100101010001000100101101000 | ed98b0eca7a2ed98b475ed98b3eca88968 |
UHC | 혰짢혴u혳쨉h | 110000101001011111000010101010001100001010011011011101011100001010011010110000101011010101101000 | c297c2a8c29b75c29ac2b568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)