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??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
SJIS-WIN | ?V??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
EUC-JP | ?V??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
UTF-8 | 뭒V묮뫐묱 | 11101011101011011001001001010110111010111010110010101110111010111010101110010000111010111010110010110001 | ebad9256ebacaeebab90ebacb1 |
UHC | 뭒V묮뫐묱 | 100100100101101001010110100100100100010110010001101100101001001001001000 | 925a56924591b29248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)