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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 諸ーh諸ー | 11111011101010011011000001101000111110111010100110110000 | fba9b068fba9b0 |
EUC-JP | ?ーh?ー | 00111111100011101011000001101000001111111000111010110000 | 3f8eb0683f8eb0 |
UTF-8 | 諸ーh諸ー | 11101111101010001010001011101111101111011011000001101000111011111010100010100010111011111011110110110000 | efa8a2efbdb068efa8a2efbdb0 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)