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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迯サ迯剰桃B | 11100111100011011011101111100111100011011000111111101000100100111000110101000010 | e78dbbe78d8fe8938d42 |
EUC-JP | 迯サ迯剰桃B | 1110110111101101100011101011101111101101111011011011111011101010110001011110110101000010 | eded8ebbededbeeac5ed42 |
UTF-8 | 迯サ迯剰桃B | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100010011011000011100110101000011000001101000010 | e8bfafefbdbbe8bfafe589b0e6a18342 |
UHC | ????桃B | 00111111001111110011111100111111110100111111111001000010 | 3f3f3f3fd3fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)