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 | ????NV | 001111110011111100111111001111110100111001010110 | 3f3f3f3f4e56 |
SJIS-WIN | 吾??櫃NV | 1000110011100001001111110011111110011111010000110100111001010110 | 8ce13f3f9f434e56 |
EUC-JP | 吾??櫃NV | 1011100011100011001111110011111111011101101001000100111001010110 | b8e33f3fdda44e56 |
UTF-8 | 吾몃봾櫃NV | 1110010110010000101111101110101110101010100000111110101110110100101111101110011010101011100000110100111001010110 | e590beebaa83ebb4bee6ab834e56 |
UHC | 吾몃봾櫃NV | 11100111111011101011100011101011100101001000010111001111111101100100111001010110 | e7eeb8eb9485cff64e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)