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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍滂スー驍ィ | 111010001011011110011111111011111011110110110000111010011000001010101000 | e8b79fefbdb0e982a8 |
EUC-JP | 霍滂スー驍ィ | 111100001011100111011110111100011000111010111101100011101011000011110001111000101000111010101000 | f0b9def18ebd8eb0f1e28ea8 |
UTF-8 | 霍滂スー驍ィ | 111010011001110010001101111001101011101110000010111011111011110110111101111011111011110110110000111010011010100110001101111011111011110110101000 | e99c8de6bb82efbdbdefbdb0e9a98defbda8 |
UHC | ?滂??驍? | 0011111111011011101101010011111100111111111111011010010000111111 | 3fdbb53f3ffda43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)