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 | 址?ぉ?抑? | 100110101010110000111111100000101010011100111111100101110111110100111111 | 9aac3f82a73f977d3f |
EUC-JP | 址?ぉ?抑? | 110101001010111000111111101001001010100100111111110011011101111000111111 | d4ae3fa4a93fcdde3f |
UTF-8 | 址뫄ぉ렓抑렦 | 111001011001110110000000111010111010101110000100111000111000000110001001111010111010000010010011111001101000101010010001111010111010000010100110 | e59d80ebab84e38189eba093e68a91eba0a6 |
UHC | 址뫄ぉ렓抑렦 | 111100101010001110111000111110101010101010101001100011101010100011100101111001001000111010110101 | f2a3b8faaaa98ea8e5e48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)