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 | 100100101010001000111111111110110110111110010110101011000011111101000010 | 92a23ffb6f96ac3f42 |
EUC-JP | 弔?畯脈?B | 11000100101001000011111110001111110011011011101111001100101011100011111101000010 | c4a43f8fcdbbccae3f42 |
UTF-8 | 弔렟畯脈歷B | 11100101101111001001010011101011101000001001111111100111100101011010111111101000100001001000100011101111101001101000110001000010 | e5bc94eba09fe795afe88488efa68c42 |
UHC | 弔렟畯脈歷B | 1111000011000000100011101011000011110001111000011101100011100110111001101011100001000010 | f0c08eb0f1e1d8e6e6b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)