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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼ァ譿幔 | 11111011010001011010011111111011101011001001101111101101 | fb45a7fbac9bed |
EUC-JP | 淼ァ?幔 | 1000111111000111111001101000111010100111001111111101011011101111 | 8fc7e68ea73fd6ef |
UTF-8 | 淼ァ譿幔 | 111001101011011110111100111011111011110110100111111010001010110110111111111001011011100110010100 | e6b7bcefbda7e8adbfe5b994 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)