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 | 甕??霓 | 111000010101000000111111001111111110100010111101 | e1503f3fe8bd |
EUC-JP | 甕??霓 | 111000011011000100111111001111111111000010111111 | e1b13f3ff0bf |
UTF-8 | 甕욃뎷霓 | 111001111001010010010101111011001001101010000011111010111000111010110111111010011001110010010011 | e79495ec9a83eb8eb7e99c93 |
UHC | 甕욃뎷霓 | 1110100010111000100111101110010110001001100010101110011111100111 | e8b89ee5898ae7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)