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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 澵ト諶セラ」F | 111110110100110011000100111110111010101010111110110101111010001101000110 | fb4cc4fbaabed7a346 |
EUC-JP | 澵ト諶セラ」F | 100011111100100011111000100011101100010010001111110111101011010110001110101111101000111011010111100011101010001101000110 | 8fc8f88ec48fdeb58ebe8ed78ea346 |
UTF-8 | 澵ト諶セラ」F | 11100110101111101011010111101111101111101000010011101000101010111011011011101111101111011011111011101111101111101001011111101111101111011010001101000110 | e6beb5efbe84e8abb6efbdbeefbe97efbda346 |
UHC | ??諶???F | 0011111100111111111001001010011000111111001111110011111101000110 | 3f3fe4a63f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)