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 | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
UTF-8 | 뭒V묮뫓 | 11101011101011011001001001010110111010111010110010101110111010111010101110010011 | ebad9256ebacaeebab93 |
UHC | 뭒V묮뫓 | 10010010010110100101011010010010010001011001000110110101 | 925a56924591b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)