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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 五〓?茹k? | 10001100110111001000000110101100001111111110010010100101100000101000101100111111 | 8cdc81ac3fe4a5828b3f |
EUC-JP | 五〓?茹k? | 10111000110111101010001010101110001111111110100010100111101000111110101100111111 | b8dea2ae3fe8a7a3eb3f |
UTF-8 | 五〓젚茹k젩 | 111001001011101010010100111000111000000010010011111011001010000010011010111010001000110010111001111011111011110110001011111011001010000010101001 | e4ba94e38093eca09ae88cb9efbd8beca0a9 |
UHC | 五〓젚茹k젩 | 111001111110100110100001111010111010000010010110111001101010101010100011111010111010000010100001 | e7e9a1eba096e6aaa3eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)