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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | モツ。ウワソ^ | 11010011110000101010000110110011110111001011111101011110 | d3c2a1b3dcbf5e |
EUC-JP | モツ。ウワソ^ | 10001110110100111000111011000010100011101010000110001110101100111000111011011100100011101011111101011110 | 8ed38ec28ea18eb38edc8ebf5e |
UTF-8 | モツ。ウワソ^ | 11101111101111101001001111101111101111101000001011101111101111011010000111101111101111011011001111101111101111101001110011101111101111011011111101011110 | efbe93efbe82efbda1efbdb3efbe9cefbdbf5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)