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 | 址?ぉ?咳名 | 10011010101011000011111110000010101001110011111110001010010100001001011010111100 | 9aac3f82a73f8a5096bc |
EUC-JP | 址?ぉ?咳名 | 11010100101011100011111110100100101010010011111110110011101100011100110010111110 | d4ae3fa4a93fb3b1ccbe |
UTF-8 | 址뫄ぉ렠咳名 | 111001011001110110000000111010111010101110000100111000111000000110001001111010111010000010100000111001011001001010110011111001011001000010001101 | e59d80ebab84e38189eba0a0e592b3e5908d |
UHC | 址뫄ぉ렠咳名 | 111100101010001110111000111110101010101010101001100011101011000111111010101001101101100110100011 | f2a3b8faaaa98eb1faa6d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)