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 | 猷??押? | 10010111010100010011111100111111100010011001111100111111 | 97513f3f899f3f |
EUC-JP | 猷??押? | 11001101101100100011111100111111101100101010000100111111 | cdb23f3fb2a13f |
UTF-8 | 猷듐걖押낲 | 111001111000110010110111111010111001001110010000111010101011000110010110111001101000101010111100111010111000001010110010 | e78cb7eb9390eab196e68abceb82b2 |
UHC | 猷듐걖押낲 | 11101011101000111011010111100011100000011000000111100100111000111000011001000110 | eba3b5e38181e4e38646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)