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 | ス篩醴ルセャ | 1011110111100010101111111110011111010010110110011011111010101100 | bde2bfe7d2d9beac |
EUC-JP | ス篩醴ルセャ | 100011101011110111100100110000011110111011010100100011101101100110001110101111101000111010101100 | 8ebde4c1eed48ed98ebe8eac |
UTF-8 | ス篩醴ルセャ | 111011111011110110111101111001111010111110101001111010011000011010110100111011111011111010011001111011111011110110111110111011111011110110101100 | efbdbde7afa9e986b4efbe99efbdbeefbdac |
UHC | ?篩醴??? | 0011111111011110111010001101011011001010001111110011111100111111 | 3fdee8d6ca3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)