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 | 隘ュ莨趣シ皮 | 11101000101001011010110111100100101111001000111011101111101111001001010011100111 | e8a5ade4bc8eefbc94e7 |
EUC-JP | 隘ュ莨趣シ皮 | 111100001010011110001110101011011110100010111110101111001111000110001110101111001100100011101001 | f0a78eade8bebcf18ebcc8e9 |
UTF-8 | 隘ュ莨趣シ皮 | 111010011001101010011000111011111011110110101101111010001000111010101000111010001011011010100011111011111011110110111100111001111001101010101110 | e99a98efbdade88ea8e8b6a3efbdbce79aae |
UHC | 隘??趣?皮 | 111001001111011000111111001111111111011010101100001111111111100110101011 | e4f63f3ff6ac3ff9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)