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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 丈ヲ疾自 | 100011111110010010100110100011101011111011110010101101101000111010101001 | 8fe4a68ebef2b68ea9 |
EUC-JP | 丈ヲ疾?自 | 101111101110011010001110101001101011110011000000001111111011110010101011 | bee68ea6bcc03fbcab |
UTF-8 | 丈ヲ疾自 | 111001001011100010001000111011111011110110100110111001111001011010111110111011101000011110101101111010001000011110101010 | e4b888efbda6e796beee87ade887aa |
UHC | 丈?疾?自 | 1110110111011011001111111111001011110000001111111110110110111011 | eddb3ff2f03fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)