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 | モイ汯モイ汯^ | 110100111011001011111010111110001101001110110010111110101111100001011110 | d3b2faf8d3b2faf85e |
EUC-JP | モイ汯モイ汯^ | 100011101101001110001110101100101000111111000110111000111000111011010011100011101011001010001111110001101110001101011110 | 8ed38eb28fc6e38ed38eb28fc6e35e |
UTF-8 | モイ汯モイ汯^ | 11101111101111101001001111101111101111011011001011100110101100011010111111101111101111101001001111101111101111011011001011100110101100011010111101011110 | efbe93efbdb2e6b1afefbe93efbdb2e6b1af5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)