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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??渥 | 00111111001111111000100010101101 | 3f3f88ad |
EUC-JP | ??渥 | 00111111001111111011000010101111 | 3f3fb0af |
UTF-8 | 롛롔渥 | 111010111010000110011011111010111010000110010100111001101011100010100101 | eba19beba194e6b8a5 |
UHC | 롛롔渥 | 100011101101111110001110110110001110010011000110 | 8edf8ed8e4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)