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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | 蒔裘イ釉チI | 1111000111111010100011101010101011100101111000101011001011100111110101101100000101001001 | f1fa8eaae5e2b2e7d6c149 |
EUC-JP | ?蒔裘イ釉チI | 001111111011110010101100111010101110010010001110101100101110111011011000100011101100000101001001 | 3fbcaceae48eb2eed88ec149 |
UTF-8 | 蒔裘イ釉チI | 11101110100001011011010111101000100100101001010011101000101000111001100011101111101111011011001011101001100001111000100111101111101111101000000101001001 | ee85b5e89294e8a398efbdb2e98789efbe8149 |
UHC | ?蒔??釉?I | 001111111110001111001000001111110011111111101011101110000011111101001001 | 3fe3c83f3febb83f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)