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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 咫痾D咫痾D^ | 1001101001000000111000010111110101000100100110100100000011100001011111010100010001011110 | 9a40e17d449a40e17d445e |
EUC-JP | 咫痾D咫痾D^ | 1101001110100001111000011101111001000100110100111010000111100001110111100100010001011110 | d3a1e1de44d3a1e1de445e |
UTF-8 | 咫痾D咫痾D^ | 111001011001001010101011111001111001011110111110010001001110010110010010101010111110011110010111101111100100010001011110 | e592abe797be44e592abe797be445e |
UHC | 咫?D咫?D^ | 111100101010000100111111010001001111001010100001001111110100010001011110 | f2a13f44f2a13f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)