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 | 哉磐??? | 10001101110001101001010011010110001111110011111100111111 | 8dc694d63f3f3f |
EUC-JP | 哉磐??? | 10111010110010001100100011011000001111110011111100111111 | bac8c8d83f3f3f |
UTF-8 | 哉磐렱쿰렱 | 111001011001001110001001111001111010001110010000111010111010000010110001111011001011111110110000111010111010000010110001 | e59389e7a390eba0b1ecbfb0eba0b1 |
UHC | 哉磐렱쿰렱 | 11101110101000111101101011110001100011101011111011000100111100011000111010111110 | eea3daf18ebec4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)