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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奧??押? | 10011010111110100011111100111111100010011001111100111111 | 9afa3f3f899f3f |
EUC-JP | 奧??押? | 11010100111111000011111100111111101100101010000100111111 | d4fc3f3fb2a13f |
UTF-8 | 奧덄퇁押낂 | 111001011010010110100111111010111000110110000100111011011000011110000001111001101000101010111100111010111000001010000010 | e5a5a7eb8d84ed8781e68abceb8282 |
UHC | 奧덄퇁押낂 | 11100111111100111000100011100111101101111001001011100100111000111000010111101001 | e7f388e7b792e4e385e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)