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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | リ酊イ鴫[ | 1111000111111011110110001110011111000010101100101111000111111011100011101011000001011011 | f1fbd8e7c2b2f1fb8eb05b |
EUC-JP | ?リ酊イ?鴫[ | 0011111110001110110110001110111011000100100011101011001000111111101111001011001001011011 | 3f8ed8eec48eb23fbcb25b |
UTF-8 | リ酊イ鴫[ | 11101110100001011011011011101111101111101001100011101001100001011000101011101111101111011011001011101110100001011011011011101001101101001010101101011011 | ee85b6efbe98e9858aefbdb2ee85b6e9b4ab5b |
UHC | ??酊???[ | 0011111100111111111011111111100000111111001111110011111101011011 | 3f3feff83f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)