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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諶??? | 1111101110101010001111110011111100111111 | fbaa3f3f3f |
EUC-JP | 諶??? | 100011111101111010110101001111110011111100111111 | 8fdeb53f3f3f |
UTF-8 | 諶깗뢙拾 | 111010001010101110110110111010101011100110010111111010111010001010011001111011111010010110110011 | e8abb6eab997eba299efa5b3 |
UHC | 諶깗뢙拾 | 1110010010100110100000111000111110001111010101001110010010101001 | e4a6838f8f54e4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)