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 | 隲ア竏夂エ | 1110100010101011101100011110001010001000100110101110011110110100 | e8abb1e2889ae7b4 |
EUC-JP | 隲ア竏夂エ | 11110000101011011000111010110001111000111110100011010100111010011000111010110100 | f0ad8eb1e3e8d4e98eb4 |
UTF-8 | 隲ア竏夂エ | 111010011001101010110010111011111011110110110001111001111010101110001111111001011010010010000010111011111011110110110100 | e99ab2efbdb1e7ab8fe5a482efbdb4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)