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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霽紐鵡幽 | 1110100011000111100101010101001010010110101101111001011101001000 | e8c7955296b79748 |
EUC-JP | 霽紐鵡幽 | 1111000011001001110010011011001111001100101110011100110110101001 | f0c9c9b3ccb9cda9 |
UTF-8 | 霽紐鵡幽 | 111010011001110010111101111001111011010010010000111010011011010110100001111001011011100110111101 | e99cbde7b490e9b5a1e5b9bd |
UHC | 霽紐鵡幽 | 1111000010111000110100101110111111011001111101111110101011101011 | f0b8d2efd9f7eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)