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 | 涅??? | 1001111110111000001111110011111100111111 | 9fb83f3f3f |
EUC-JP | 涅??? | 1101111010111010001111110011111100111111 | deba3f3f3f |
UTF-8 | 涅욘뼔隸 | 111001101011011010000101111011001001101010011000111010111011110010010100111011111010011010111000 | e6b685ec9a98ebbc94efa6b8 |
UHC | 涅욘뼔隸 | 1110011011101110101111111110011010010110100111001110011111100110 | e6eebfe6969ce7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)