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 | 隴エ竏ャ閾ウ | 111010001010110110110100111000101000100010101100111010001000011110110011 | e8adb4e288ace887b3 |
EUC-JP | 隴エ竏ャ閾ウ | 111100001010111110001110101101001110001111101000100011101010110011101111111001111000111010110011 | f0af8eb4e3e88eacefe78eb3 |
UTF-8 | 隴エ竏ャ閾ウ | 111010011001101010110100111011111011110110110100111001111010101110001111111011111011110110101100111010011001011010111110111011111011110110110011 | e99ab4efbdb4e7ab8fefbdace996beefbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)