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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰ォ諡鯉ス | 1110100010101100101010111110011010001011100011001110111110111101 | e8acabe68b8cefbd |
EUC-JP | 隰ォ諡鯉ス | 11110000101011101000111010101011111010111110101110111000111100011000111010111101 | f0ae8eabebebb8f18ebd |
UTF-8 | 隰ォ諡鯉ス | 111010011001101010110000111011111011110110101011111010001010101110100001111010011010111110001001111011111011110110111101 | e99ab0efbdabe8aba1e9af89efbdbd |
UHC | ??諡鯉? | 00111111001111111110001111001101110101111110111100111111 | 3f3fe3cdd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)