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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 猷??雅?B | 1001011101010001001111110011111110001001111010110011111101000010 | 97513f3f89eb3f42 |
EUC-JP | 猷??雅?B | 1100110110110010001111110011111110110010111011010011111101000010 | cdb23f3fb2ed3f42 |
UTF-8 | 猷득넀雅쪩B | 11100111100011001011011111101011100100111001110111101011100001001000000011101001100110111000010111101100101010101010100101000010 | e78cb7eb939deb8480e99b85ecaaa942 |
UHC | 猷득넀雅쪩B | 1110101110100011101101011110011010000110100100001110010010111010101001100100001001000010 | eba3b5e68690e4baa64242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)