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 | 達泄達族 | 1001001001000010100111111001010110010010010000101001000110110000 | 92429f95924291b0 |
EUC-JP | 達泄達族 | 1100001110100011110111011111010111000011101000111100001010110010 | c3a3ddf5c3a3c2b2 |
UTF-8 | 達泄達族 | 111010011000000110010100111001101011001110000100111010011000000110010100111001101001011110001111 | e98194e6b384e98194e6978f |
UHC | 達泄達族 | 1101001110111001111000001101110011010011101110011111000011101001 | d3b9e0dcd3b9f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)