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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉귟뼅琉듿뎷 | 111011111010011110001100111010101011011110011111111010111011110010000101111011111010011110001100111010111001001110111111111010111000111010110111 | efa78ceab79febbc85efa78ceb93bfeb8eb7 |
UHC | 琉귟뼅琉듿뎷 | 111010111010010010000010111010001001011010001111111010111010010010001010111001011000100110001010 | eba482e8968feba48ae5898a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)