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 | 映??鴨 | 100010010110011000111111001111111000101010011011 | 89663f3f8a9b |
EUC-JP | 映??鴨 | 101100011100011100111111001111111011001111111011 | b1c73f3fb3fb |
UTF-8 | 映득닊鴨 | 111001101001100010100000111010111001001110011101111010111000101110001010111010011011010010101000 | e698a0eb939deb8b8ae9b4a8 |
UHC | 映득닊鴨 | 1110011110110001101101011110011010001000100100011110010011100101 | e7b1b5e68891e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)