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 | ?????}G | 00111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f7d47 |
SJIS-WIN | 恁????}G | 1001110010001100001111110011111100111111001111110111110101000111 | 9c8c3f3f3f3f7d47 |
EUC-JP | 恁????}G | 1101011111101100001111110011111100111111001111110111110101000111 | d7ec3f3f3f3f7d47 |
UTF-8 | 恁㏃ℓ淋갵}G | 1110011010000001100000011110001110001111100000111110001010000100100100111110111110100111101101011110101010110000101101010111110101000111 | e68181e38f83e28493efa7b5eab0b57d47 |
UHC | 恁㏃ℓ淋갵}G | 111011001111011010100111111011001010011110100100111011001111100010000001011000010111110101000111 | ecf6a7eca7a4ecf881617d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)