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 | 號嶝??? | 11100101011010101001101111010001001111110011111100111111 | e56a9bd13f3f3f |
EUC-JP | 號嶝??? | 11101001110010111101011011010011001111110011111100111111 | e9cbd6d33f3f3f |
UTF-8 | 號嶝렱목렰 | 111010001001100110011111111001011011011010011101111010111010000010110001111010111010101010101001111010111010000010110000 | e8999fe5b69deba0b1ebaaa9eba0b0 |
UHC | 號嶝렱목렰 | 11111011110111001101010011110001100011101011111010111000111100011000111010111101 | fbdcd4f18ebeb8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)