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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 煇゙靍ァ胖汐 | 11111011010101111101111011111011111100001010011111100011111101001000111010101100 | fb57defbf0a7e3f48eac |
EUC-JP | 煇゙?ァ胖汐 | 100011111100100111110101100011101101111000111111100011101010011111100110111101101011110010101110 | 8fc9f58ede3f8ea7e6f6bcae |
UTF-8 | 煇゙靍ァ胖汐 | 111001111000010110000111111011111011111010011110111010011001110110001101111011111011110110100111111010001000001110010110111001101011000110010000 | e78587efbe9ee99d8defbda7e88396e6b190 |
UHC | 煇????汐 | 1111110111001000001111110011111100111111001111111110000010110001 | fdc83f3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)