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 | 該?ぉ?抑? | 100010100101100100111111100000101010011100111111100101110111110100111111 | 8a593f82a73f977d3f |
EUC-JP | 該?ぉ?抑? | 101100111011101000111111101001001010100100111111110011011101111000111111 | b3ba3fa4a93fcdde3f |
UTF-8 | 該찮ぉ렓抑렦 | 111010001010100110110010111011001011000010101110111000111000000110001001111010111010000010010011111001101000101010010001111010111010000010100110 | e8a9b2ecb0aee38189eba093e68a91eba0a6 |
UHC | 該찮ぉ렓抑렦 | 111110101011000111000010111110101010101010101001100011101010100011100101111001001000111010110101 | fab1c2faaaa98ea8e5e48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)