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 | ?????hTB | 0011111100111111001111110011111100111111011010000101010001000010 | 3f3f3f3f3f685442 |
SJIS-WIN | 猷??佚?hTB | 10010111010100010011111100111111100110001100001100111111011010000101010001000010 | 97513f3f98c33f685442 |
EUC-JP | 猷??佚?hTB | 11001101101100100011111100111111110100001100010100111111011010000101010001000010 | cdb23f3fd0c53f685442 |
UTF-8 | 猷득낄佚퇗hTB | 111001111000110010110111111010111001001110011101111010111000001010000100111001001011110110011010111011011000011110010111011010000101010001000010 | e78cb7eb939deb8284e4bd9aed8797685442 |
UHC | 猷득낄佚퇗hTB | 11101011101000111011010111100110101100111010010111101100111010101011100001001000011010000101010001000010 | eba3b5e6b3a5eceab848685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)