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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 瀞?億??h | 1001001111010010001111111000100110101101001111110011111101101000 | 93d23f89ad3f3f68 |
EUC-JP | 瀞?億??h | 1100011011010100001111111011001010101111001111110011111101101000 | c6d43fb2af3f3f68 |
UTF-8 | 瀞렱億뚝렏h | 11100111100000001001111011101011101000001011000111100101100001001000010011101011100110101001110111101011101000001000111101101000 | e7809eeba0b1e58484eb9a9deba08f68 |
UHC | 瀞렱億뚝렏h | 1110111111100111100011101011111011100101111000101011011011010010100011101010010101101000 | efe78ebee5e2b6d28ea568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)