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 | 智?韻?¬ | 1001001001110001001111111000100101000011001111111000000111001010 | 92713f89433f81ca |
EUC-JP | 智?韻?¬ | 1100001111010010001111111011000110100100001111111010001011001100 | c3d23fb1a43fa2cc |
UTF-8 | 智렱韻펫¬ | 111001101001100110111010111010111010000010110001111010011001111110111011111011011000111010101011111011111011111110100010 | e699baeba0b1e99fbbed8eabefbfa2 |
UHC | 智렱韻펫¬ | 11110010101010101000111010111110111010101010010011000110111010101010000111111110 | f2aa8ebeeaa4c6eaa1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)