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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 艶o?節?\ | 100010011001000010000010100011110011111110010000110111110011111101011100 | 8990828f3f90df3f5c |
EUC-JP | 艶o?節?\ | 101100011111000010100011111011110011111111000000111000010011111101011100 | b1f0a3ef3fc0e13f5c |
UTF-8 | 艶o풏節퉓\ | 11101000100010011011011011101111101111011000111111101101100100101000111111100111101011111000000011101101100010011001001101011100 | e889b6efbd8fed928fe7af80ed89935c |
UHC | 艶o풏節퉓\ | 1110011011111101101000111110111110111110100100111110111110111101101110010110011101011100 | e6fda3efbe93efbdb9675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)